summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2021-02-16 09:12:12 +0100
committermax.bra2021-02-16 09:12:12 +0100
commit30e1c715a9cdead67cf59a5717d076cb438b5d8a (patch)
treee1ac030c897bb2be800bb61e7e7c67051edb4770
parent829f14ff3a146e13be05069178febd13139b8197 (diff)
downloadaur-30e1c715a9cdead67cf59a5717d076cb438b5d8a.tar.gz
v. 3.7.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e74680304ef1..5139d0dba791 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.7.5
+ pkgver = 3.7.6
pkgrel = 1
url = https://angryip.org/
arch = i686
@@ -10,17 +10,17 @@ pkgbase = ipscan
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
- noextract = ipscan-linux64-3.7.5.jar
+ noextract = ipscan-linux64-3.7.6.jar
source = ipscan.png
source = ipscan
source = ipscan.desktop
md5sums = 59de9b8055fe037c77bf8339eee31b85
md5sums = 5b1c941c32a444803677a2061aa55a70
md5sums = b9af5f626689374ff6018b150aada64d
- source_i686 = https://github.com/angryip/ipscan/releases/download/3.7.5/ipscan-linux64-3.7.5.jar
- md5sums_i686 = 7eec1ad07cba1d6e4b990e56dd7364bb
- source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.7.5/ipscan-linux64-3.7.5.jar
- md5sums_x86_64 = 7eec1ad07cba1d6e4b990e56dd7364bb
+ source_i686 = https://github.com/angryip/ipscan/releases/download/3.7.6/ipscan-linux64-3.7.6.jar
+ md5sums_i686 = 2c7e5a0d13df0ddf79ee8297d1a64b7c
+ source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.7.6/ipscan-linux64-3.7.6.jar
+ md5sums_x86_64 = 2c7e5a0d13df0ddf79ee8297d1a64b7c
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index b0900bb7c894..433ea1f190c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.7.5
-_pkgintver=3.7.5
+pkgver=3.7.6
+_pkgintver=3.7.6
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=('7eec1ad07cba1d6e4b990e56dd7364bb')
-md5sums_x86_64=('7eec1ad07cba1d6e4b990e56dd7364bb')
+md5sums_i686=('2c7e5a0d13df0ddf79ee8297d1a64b7c')
+md5sums_x86_64=('2c7e5a0d13df0ddf79ee8297d1a64b7c')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar)