summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2021-01-23 09:50:09 +0100
committermax.bra2021-01-23 09:50:09 +0100
commita3eba06a9abbc55c838b165f596e9151f4ecee11 (patch)
tree73ed0fe1b27dfc100b4a0714babdb40eb77cea05
parent833e395e6074d69d660c84597398cd56fc93de9c (diff)
downloadaur-a3eba06a9abbc55c838b165f596e9151f4ecee11.tar.gz
v. 3.7.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 745759a69af6..7c2dbf21f52e 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.3
+ pkgver = 3.7.4
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.3.jar
+ noextract = ipscan-linux64-3.7.4.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.3/ipscan-linux64-3.7.3.jar
- md5sums_i686 = 56c51b735ee720e4844d5ea669882f1d
- source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.7.3/ipscan-linux64-3.7.3.jar
- md5sums_x86_64 = 56c51b735ee720e4844d5ea669882f1d
+ source_i686 = https://github.com/angryip/ipscan/releases/download/3.7.4/ipscan-linux64-3.7.4.jar
+ md5sums_i686 = 22884bb9206b99a54b4ca9182886cda1
+ source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.7.4/ipscan-linux64-3.7.4.jar
+ md5sums_x86_64 = 22884bb9206b99a54b4ca9182886cda1
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index fb970ac1a0df..cb17e49189a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.7.3
-_pkgintver=3.7.3
+pkgver=3.7.4
+_pkgintver=3.7.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')
@@ -21,8 +21,8 @@ source_x86_64+=(https://github.com/angryip/ipscan/releases/download/$_pkgintver/
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'b9af5f626689374ff6018b150aada64d')
-md5sums_i686=('56c51b735ee720e4844d5ea669882f1d')
-md5sums_x86_64=('56c51b735ee720e4844d5ea669882f1d')
+md5sums_i686=('22884bb9206b99a54b4ca9182886cda1')
+md5sums_x86_64=('22884bb9206b99a54b4ca9182886cda1')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar)