diff options
author | max.bra | 2023-02-12 19:41:26 +0100 |
---|---|---|
committer | max.bra | 2023-02-12 19:41:26 +0100 |
commit | 9bc934e9b262c63bccacaff3ece853af0839fbc9 (patch) | |
tree | a346be9eda6f96b8f9a8ade7874e74e9f8392a16 | |
parent | 9b214b90c669622adad688df0ddb274d04983683 (diff) | |
download | aur-9bc934e9b262c63bccacaff3ece853af0839fbc9.tar.gz |
v. 3.9.1
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = ipscan pkgdesc = Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features. - pkgver = 3.9.0 + pkgver = 3.9.1 pkgrel = 1 url = https://angryip.org/ arch = i686 @@ -10,16 +10,16 @@ pkgbase = ipscan noextract = ipscan.png noextract = ipscan noextract = ipscan.desktop - noextract = ipscan-linux64-3.9.0.jar + noextract = ipscan-linux64-3.9.1.jar source = ipscan.png source = ipscan source = ipscan.desktop md5sums = 59de9b8055fe037c77bf8339eee31b85 md5sums = 5b1c941c32a444803677a2061aa55a70 md5sums = b9af5f626689374ff6018b150aada64d - source_i686 = https://github.com/angryip/ipscan/releases/download/3.9.0/ipscan-linux64-3.9.0.jar - md5sums_i686 = 4ec09eac6856399b58d178611e6534b8 - source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.9.0/ipscan-linux64-3.9.0.jar - md5sums_x86_64 = 4ec09eac6856399b58d178611e6534b8 + source_i686 = https://github.com/angryip/ipscan/releases/download/3.9.1/ipscan-linux64-3.9.1.jar + md5sums_i686 = 140fa1898aae905535085a38fff9fa91 + source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.9.1/ipscan-linux64-3.9.1.jar + md5sums_x86_64 = 140fa1898aae905535085a38fff9fa91 pkgname = ipscan @@ -2,8 +2,8 @@ # Maintainer: max.bra <max dot bra at alice dot it> pkgname=ipscan -pkgver=3.9.0 -_pkgintver=3.9.0 +pkgver=3.9.1 +_pkgintver=3.9.1 pkgrel=1 pkgdesc='Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.' arch=('i686' 'x86_64') @@ -21,8 +21,8 @@ source_x86_64+=(https://github.com/angryip/ipscan/releases/download/$_pkgintver/ md5sums=('59de9b8055fe037c77bf8339eee31b85' '5b1c941c32a444803677a2061aa55a70' 'b9af5f626689374ff6018b150aada64d') -md5sums_i686=('4ec09eac6856399b58d178611e6534b8') -md5sums_x86_64=('4ec09eac6856399b58d178611e6534b8') +md5sums_i686=('140fa1898aae905535085a38fff9fa91') +md5sums_x86_64=('140fa1898aae905535085a38fff9fa91') noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar) |