summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPig Monkey2023-02-14 16:34:03 -0800
committerPig Monkey2023-02-14 16:34:03 -0800
commit459defbf666472c4c0326bdc2f5e0393759e2c7f (patch)
treec472e8111d7af71b10860828495d3b599ddd31b9 /PKGBUILD
parent80610a4fd0e7a6059cfe3266099cc69122caca8b (diff)
downloadaur-firewarden.tar.gz
version 1.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21651b13224c..0f18eb1a930c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=firewarden
-pkgver=1.1.4
+pkgver=1.1.5
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.56")
license=("GPL2")
url="https://github.com/pigmonkey/firewarden"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('f139dd4e3b6be4dfecaf507e006e957833ed46f8b7a046680493502388b63447')
+sha256sums=('ee96048fac1650f1cb2ca79ebdc2130b7fdb6c568b756cdec38667919bc53ffb')
package() {
cd "$pkgname-$pkgver"