summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-11-19 23:59:39 +0100
committermax.bra2017-11-19 23:59:39 +0100
commit76769fc0c464f3715b8cf2ca0fc053200e6c8c13 (patch)
tree9bd6ce8c782ef0c86c71567d732c69b69a025875
parent157ca65b596fef022cbfbeb2cdf5024f9bd6c6b3 (diff)
downloadaur-76769fc0c464f3715b8cf2ca0fc053200e6c8c13.tar.gz
v. 3.5.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9610a3724708..5acae8f77691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = http://www.angryziber.com
arch = i686
@@ -10,17 +10,17 @@ pkgbase = ipscan
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
- noextract = ipscan-linux64-3.5.1.jar
+ noextract = ipscan-linux64-3.5.2.jar
source = ipscan.png
source = ipscan
source = ipscan.desktop
md5sums = 59de9b8055fe037c77bf8339eee31b85
md5sums = 5b1c941c32a444803677a2061aa55a70
md5sums = 6a8f7a0fb70cf2c801ff5422870609f9
- source_i686 = https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux64-3.5.1.jar
- md5sums_i686 = f9719520334326c31b454c1e7e7f3eca
- source_x86_64 = https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux64-3.5.1.jar
- md5sums_x86_64 = f9719520334326c31b454c1e7e7f3eca
+ source_i686 = https://github.com/angryziber/ipscan/releases/download/3.5.2/ipscan-linux64-3.5.2.jar
+ md5sums_i686 = e935bcadc4e2536bdf1e3b2af05ede08
+ source_x86_64 = https://github.com/angryziber/ipscan/releases/download/3.5.2/ipscan-linux64-3.5.2.jar
+ md5sums_x86_64 = e935bcadc4e2536bdf1e3b2af05ede08
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index 4e7f6424514d..a68298ce2b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.5.1
-_pkgintver=3.5.1
+pkgver=3.5.2
+_pkgintver=3.5.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')
@@ -23,8 +23,8 @@ source_x86_64+=(https://github.com/angryziber/ipscan/releases/download/$_pkgintv
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'6a8f7a0fb70cf2c801ff5422870609f9')
-md5sums_i686=('f9719520334326c31b454c1e7e7f3eca')
-md5sums_x86_64=('f9719520334326c31b454c1e7e7f3eca')
+md5sums_i686=('e935bcadc4e2536bdf1e3b2af05ede08')
+md5sums_x86_64=('e935bcadc4e2536bdf1e3b2af05ede08')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar)