summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Monkey2019-12-05 10:02:54 -0800
committerPig Monkey2019-12-05 10:02:54 -0800
commit6daf68a4f140ee7ad6901f353d6bd602d05dc26f (patch)
treeff115d18621d8e7c714e66a69e5c266a560223c1
parent4e3bd18b7ffa31d27f11fddc7662cbbe4b77d665 (diff)
downloadaur-6daf68a4f140ee7ad6901f353d6bd602d05dc26f.tar.gz
version 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e99f349ee7f..f021434e265b 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.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/pigmonkey/firewarden
arch = any
license = GPL2
depends = firejail>=0.9.56
- source = firewarden-v1.1.0.tar.gz::https://github.com/pigmonkey/firewarden/archive/v1.1.0.tar.gz
- md5sums = e664e48a130d5cd811b1b97e0cf24e23
+ source = firewarden-1.1.1.tar.gz::https://github.com/pigmonkey/firewarden/archive/1.1.1.tar.gz
+ md5sums = a7f0f7deef5206fc0bd804cce7a29198
pkgname = firewarden
diff --git a/PKGBUILD b/PKGBUILD
index e92815c5717f..67f0da4829e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=firewarden
-pkgver=1.1.0
+pkgver=1.1.1
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}-v${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('e664e48a130d5cd811b1b97e0cf24e23')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('a7f0f7deef5206fc0bd804cce7a29198')
package() {
cd "$pkgname-$pkgver"