diff options
author | max.bra | 2020-06-03 10:36:02 +0200 |
---|---|---|
committer | max.bra | 2020-06-03 10:36:02 +0200 |
commit | 719192364747df3f39e06be5293ae3805c80bcf2 (patch) | |
tree | d24cb7ea7b9affe2f1ed5a5b00b0d598a75bd083 /PKGBUILD | |
parent | 6b7c9a02c050c5552a190e0e29885175eb3eb787 (diff) | |
download | aur-719192364747df3f39e06be5293ae3805c80bcf2.tar.gz |
v. 3.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ # Maintainer: max.bra <max dot bra at alice dot it> pkgname=ipscan -pkgver=3.7.1 -_pkgintver=3.7.1 +pkgver=3.7.2 +_pkgintver=3.7.2 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=('5f122d1e51755bce5ee5255f8a3ae57e') -md5sums_x86_64=('5f122d1e51755bce5ee5255f8a3ae57e') +md5sums_i686=('e21b01a6946a8fca6660658fd7b8618c') +md5sums_x86_64=('e21b01a6946a8fca6660658fd7b8618c') noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar) |