summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-08-04 21:10:00 +0200
committermax.bra2016-08-04 21:10:00 +0200
commitd595e7262d2f21cebae2d330e66d582c00004a44 (patch)
tree58b992b2d0c2490fb38a79889eb27eb4bea95a79
parent4e32e4881e265244d599db02969ca89bde1b858e (diff)
downloadaur-d595e7262d2f21cebae2d330e66d582c00004a44.tar.gz
v. 3.4.2
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9c38cde16a3..ac4bddda4f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 13 05:45:09 UTC 2016
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.4.1
+ pkgver = 3.4.2
pkgrel = 1
url = http://www.angryziber.com
arch = i686
@@ -12,18 +10,18 @@ pkgbase = ipscan
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
- noextract = ipscan-linux-3.4.1.jar
- noextract = ipscan-linux64-3.4.1.jar
+ noextract = ipscan-linux-3.4.2.jar
+ noextract = ipscan-linux64-3.4.2.jar
source = ipscan.png
source = ipscan
source = ipscan.desktop
md5sums = 59de9b8055fe037c77bf8339eee31b85
md5sums = 5b1c941c32a444803677a2061aa55a70
md5sums = 6a8f7a0fb70cf2c801ff5422870609f9
- source_i686 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4.1/ipscan-linux-3.4.1.jar
- md5sums_i686 = bb712a695d22117ca7402fb7e61fd675
- source_x86_64 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4.1/ipscan-linux64-3.4.1.jar
- md5sums_x86_64 = 93c6ac9787514489e03b580e153b2c42
+ source_i686 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4.2/ipscan-linux-3.4.2.jar
+ md5sums_i686 = 37aa7d182817d2cccaddb843b0e946e1
+ source_x86_64 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4.2/ipscan-linux64-3.4.2.jar
+ md5sums_x86_64 = be202c9d60671c6069a8a93377b27692
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index 2b0e1ecbd141..79a5759c6c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.4.1
-_pkgintver=3.4.1
+pkgver=3.4.2
+_pkgintver=3.4.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+=(http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/$
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'6a8f7a0fb70cf2c801ff5422870609f9')
-md5sums_i686=('bb712a695d22117ca7402fb7e61fd675')
-md5sums_x86_64=('93c6ac9787514489e03b580e153b2c42')
+md5sums_i686=('37aa7d182817d2cccaddb843b0e946e1')
+md5sums_x86_64=('be202c9d60671c6069a8a93377b27692')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-linux-$_pkgintver.jar ipscan-linux64-$_pkgintver.jar)