summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPig Monkey2021-06-04 19:16:06 -0700
committerPig Monkey2021-06-04 19:16:06 -0700
commit6b468960ac11ba8ca78c1ba6a310b0c945367723 (patch)
tree8963697f765f5983d63c069f262b74957ca3de18 /PKGBUILD
parent92cdefb27026ffd6d32bd61190c945514a863d9e (diff)
downloadaur-6b468960ac11ba8ca78c1ba6a310b0c945367723.tar.gz
version 1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc97f1874f3d..33381494c2e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=firewarden
-pkgver=1.1.2
+pkgver=1.1.3
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/${pkgver}.tar.gz)
-md5sums=('061a516fdb4d2a1e516782e6641b7276')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/v${pkgver}.tar.gz)
+md5sums=('40385e3d3aabfe3649b47da3e782d44a')
package() {
cd "$pkgname-$pkgver"