summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9acc41d40c..b897f265bfba 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 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"