summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2019-09-06 09:32:49 +0200
committermax.bra2019-09-06 09:32:49 +0200
commit85c4901c10b2e79e4d4535b985ad34bb33e6f799 (patch)
tree919ea0593b0cc58fb4da0c476249a1400e2a2c8c
parent47f9c50b10f0fb3bf4d6731335a718c0821fc932 (diff)
downloadaur-85c4901c10b2e79e4d4535b985ad34bb33e6f799.tar.gz
v. 3.6.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4098f7f9a7c6..28ac06de7948 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.6.0
+ pkgver = 3.6.1
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.6.0.jar
+ noextract = ipscan-linux64-3.6.1.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.6.0/ipscan-linux64-3.6.0.jar
- md5sums_i686 = d52ea813ed9d76b74de6a326414a1b21
- source_x86_64 = https://github.com/angryziber/ipscan/releases/download/3.6.0/ipscan-linux64-3.6.0.jar
- md5sums_x86_64 = d52ea813ed9d76b74de6a326414a1b21
+ source_i686 = https://github.com/angryziber/ipscan/releases/download/3.6.1/ipscan-linux64-3.6.1.jar
+ md5sums_i686 = 32849c0f2af5216c3fb74dabfcfd2743
+ source_x86_64 = https://github.com/angryziber/ipscan/releases/download/3.6.1/ipscan-linux64-3.6.1.jar
+ md5sums_x86_64 = 32849c0f2af5216c3fb74dabfcfd2743
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index 44a55bf39f2b..e76837432c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.6.0
-_pkgintver=3.6.0
+pkgver=3.6.1
+_pkgintver=3.6.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/angryziber/ipscan/releases/download/$_pkgintv
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'6a8f7a0fb70cf2c801ff5422870609f9')
-md5sums_i686=('d52ea813ed9d76b74de6a326414a1b21')
-md5sums_x86_64=('d52ea813ed9d76b74de6a326414a1b21')
+md5sums_i686=('32849c0f2af5216c3fb74dabfcfd2743')
+md5sums_x86_64=('32849c0f2af5216c3fb74dabfcfd2743')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar)