summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-09-07 07:38:34 +0200
committermax.bra2015-09-07 07:38:34 +0200
commit838687e1ab800646ab8b9d6f3b32d2a912a11d1c (patch)
tree8aba6a3684b1b4fe60ecf310522164a653ee7e24
parent75596dca4306eed3e508ca254d53f74da5a510f6 (diff)
downloadaur-838687e1ab800646ab8b9d6f3b32d2a912a11d1c.tar.gz
Version 3.4
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb129849efd..e240288e0ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.3.2
- pkgrel = 2
+ pkgver = 3.4
+ pkgrel = 1
url = http://www.angryziber.com
arch = i686
arch = x86_64
@@ -10,18 +10,18 @@ pkgbase = ipscan
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
- noextract = ipscan-linux-3.3.2.jar
- noextract = ipscan-linux64-3.3.2.jar
+ noextract = ipscan-linux-3.4.jar
+ noextract = ipscan-linux64-3.4.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.3.2/ipscan-linux-3.3.2.jar
- md5sums_i686 = 6be98cb45385736d52c11dac5af0fc69
- source_x86_64 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.3.2/ipscan-linux64-3.3.2.jar
- md5sums_x86_64 = f6cbc4ca4109d6cdb32a0f31723a20db
+ source_i686 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4/ipscan-linux-3.4.jar
+ md5sums_i686 = 7c2bad1551a544d4e111788846c8018b
+ source_x86_64 = http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/3.4/ipscan-linux64-3.4.jar
+ md5sums_x86_64 = 06f5ddb34c62f257b41553bb8df81015
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index 3e740db188cf..123bf31b3456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.3.2
-_pkgintver=3.3.2
-pkgrel=2
+pkgver=3.4
+_pkgintver=3.4
+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')
license=('GPL2')
@@ -23,8 +23,8 @@ source_x86_64+=(http://downloads.sourceforge.net/project/ipscan/ipscan3-binary/$
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'6a8f7a0fb70cf2c801ff5422870609f9')
-md5sums_i686=('6be98cb45385736d52c11dac5af0fc69')
-md5sums_x86_64=('f6cbc4ca4109d6cdb32a0f31723a20db')
+md5sums_i686=('7c2bad1551a544d4e111788846c8018b')
+md5sums_x86_64=('06f5ddb34c62f257b41553bb8df81015')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-linux-$_pkgintver.jar ipscan-linux64-$_pkgintver.jar)