diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-10-03 11:03:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-03 12:23:04 +0000 |
commit | e1b65d8b2133ba8d538f57e138521ee340a1e954 (patch) | |
tree | 2a5806767b2b91a1a21a21eb3df3bdc99859a06e /community | |
parent | d9b652a15a97497004a76e7362c9c29f9965f892 (diff) | |
download | aports-e1b65d8b2133ba8d538f57e138521ee340a1e954.tar.bz2 aports-e1b65d8b2133ba8d538f57e138521ee340a1e954.tar.xz |
community/firetools: upgrade to 0.9.50
https://github.com/netblue30/firetools/blob/master/RELNOTES
Diffstat (limited to 'community')
-rw-r--r-- | community/firetools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/firetools/APKBUILD b/community/firetools/APKBUILD index e542826b39..2f68354cae 100644 --- a/community/firetools/APKBUILD +++ b/community/firetools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=firetools -pkgver=0.9.46 +pkgver=0.9.50 pkgrel=0 pkgdesc="Firejail sandbox launcher integrated with the system tray" url="https://l3net.wordpress.com/projects/firejail/#firetools" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a96c403b2c51a2a3150b65bb030488c5b15fe79d95f26b35223e738deb4b88b05ebca27a8749214b3281ba6ab33e75dafad2fc7b1e9e820c65ab59b67fa93e5e firetools-0.9.46.tar.gz" +sha512sums="28dc109129e0e6a65ac0ad691a5829643731a12ffcbd0b0dd2609c656cf64fbbdf56e7f01b5fa941387a8990787be8c0093d6b7ceecc040c5f8bd4e340fe2b95 firetools-0.9.50.tar.gz" |