makedeb


firewarden 1.1.5-0


Open a file via the specified application within a private Firejail sandbox.

Click here to go back to the commit logs for firewarden.

Commit:


Hash: 80610a4fd0e7a6059cfe3266099cc69122caca8b

Message: version 1.1.4

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ce9acc4..b897f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = firewarden
 	pkgdesc = Open a file via the specified application within a private Firejail sandbox.
-	pkgver = 1.1.3
+	pkgver = 1.1.4
 	pkgrel = 1
 	url = https://github.com/pigmonkey/firewarden
 	arch = any
 	license = GPL2
 	depends = firejail>=0.9.56
-	source = firewarden-1.1.3.tar.gz::https://github.com/pigmonkey/firewarden/archive/v1.1.3.tar.gz
-	md5sums = 40385e3d3aabfe3649b47da3e782d44a
+	source = firewarden-1.1.4.tar.gz::https://github.com/pigmonkey/firewarden/archive/1.1.4.tar.gz
+	sha256sums = f139dd4e3b6be4dfecaf507e006e957833ed46f8b7a046680493502388b63447
 
 pkgname = firewarden
diff --git a/PKGBUILD b/PKGBUILD
index 3338149..21651b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: Pig Monkey <pm@pig-monkey.com>
 
 pkgname=firewarden
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Open a file via the specified application within a private Firejail sandbox."
 arch=("any")
 depends=("firejail>=0.9.56")
 license=("GPL2")
 url="https://github.com/pigmonkey/firewarden"
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('40385e3d3aabfe3649b47da3e782d44a')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('f139dd4e3b6be4dfecaf507e006e957833ed46f8b7a046680493502388b63447')
 
 package() {
   cd "$pkgname-$pkgver"