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: 13ff746d92129b8f86703e300599ecedc52c3e4b

Message: version 1.0.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 193f2e1..0c140f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = firewarden
 	pkgdesc = Open a file via the specified application within a private Firejail sandbox.
-	pkgver = 1.0.1
+	pkgver = 1.0.2
 	pkgrel = 1
 	url = https://github.com/pigmonkey/firewarden
 	arch = any
 	license = GPL2
 	depends = firejail>=0.9.46
-	source = firewarden-v1.0.1.tar.gz::https://github.com/pigmonkey/firewarden/archive/v1.0.1.tar.gz
-	md5sums = 7fe4362ac8067c40c1c8d669793bcf2c
+	source = firewarden-v1.0.2.tar.gz::https://github.com/pigmonkey/firewarden/archive/v1.0.2.tar.gz
+	md5sums = a9bffdb41719bcdc6958c889831c7daf
 
 pkgname = firewarden
 
diff --git a/PKGBUILD b/PKGBUILD
index 7352945..265076e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Pig Monkey <pm@pig-monkey.com>
 
 pkgname=firewarden
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Open a file via the specified application within a private Firejail sandbox."
 arch=("any")
@@ -9,7 +9,7 @@ depends=("firejail>=0.9.46")
 license=("GPL2")
 url="https://github.com/pigmonkey/firewarden"
 source=(${pkgname}-v${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=("7fe4362ac8067c40c1c8d669793bcf2c")
+md5sums=("a9bffdb41719bcdc6958c889831c7daf")
 
 package() {
   cd "$pkgname-$pkgver"