summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPig Monkey2023-02-06 16:00:27 -0800
committerPig Monkey2023-02-06 16:00:27 -0800
commit80610a4fd0e7a6059cfe3266099cc69122caca8b (patch)
treed79adeca660f1a6a4d83628b1bfce0b8c787b015 /PKGBUILD
parent6b468960ac11ba8ca78c1ba6a310b0c945367723 (diff)
downloadaur-80610a4fd0e7a6059cfe3266099cc69122caca8b.tar.gz
version 1.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33381494c2e2..21651b13224c 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"