summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2022-01-21 10:19:58 +0100
committermax.bra2022-01-21 10:19:58 +0100
commit2026feaf81a5e5533df9b5fdea5275a84cd05623 (patch)
treec3f5e7b8f5952780cd4605e0944c16f74459eb91
parent669f2566ac27f3072ed5e1e6dd0a39de46aaa103 (diff)
downloadaur-2026feaf81a5e5533df9b5fdea5275a84cd05623.tar.gz
v. 3.8.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e126c4a0f3ac..6582c6ff3075 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.8.0
+ pkgver = 3.8.1
pkgrel = 1
url = https://angryip.org/
arch = i686
@@ -10,16 +10,16 @@ pkgbase = ipscan
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
- noextract = ipscan-linux64-3.8.0.jar
+ noextract = ipscan-linux64-3.8.1.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.8.0/ipscan-linux64-3.8.0.jar
- md5sums_i686 = 604ecdb694f8842d6ce5394d5171cb5e
- source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.8.0/ipscan-linux64-3.8.0.jar
- md5sums_x86_64 = 604ecdb694f8842d6ce5394d5171cb5e
+ source_i686 = https://github.com/angryip/ipscan/releases/download/3.8.1/ipscan-linux64-3.8.1.jar
+ md5sums_i686 = a6c7dba639d0fa041018a91639f18380
+ source_x86_64 = https://github.com/angryip/ipscan/releases/download/3.8.1/ipscan-linux64-3.8.1.jar
+ md5sums_x86_64 = a6c7dba639d0fa041018a91639f18380
pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index 8d861601d73b..f4c392ae503e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=ipscan
-pkgver=3.8.0
-_pkgintver=3.8.0
+pkgver=3.8.1
+_pkgintver=3.8.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/angryip/ipscan/releases/download/$_pkgintver/
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'
'b9af5f626689374ff6018b150aada64d')
-md5sums_i686=('604ecdb694f8842d6ce5394d5171cb5e')
-md5sums_x86_64=('604ecdb694f8842d6ce5394d5171cb5e')
+md5sums_i686=('a6c7dba639d0fa041018a91639f18380')
+md5sums_x86_64=('a6c7dba639d0fa041018a91639f18380')
noextract=($(for i in ${source[@]}; do basename $i; done) ipscan-$_intarch-$_pkgintver.jar)