summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2019-09-22 08:03:10 +0200
committermax.bra2019-09-22 08:03:10 +0200
commite3ce4037a121f664cb46b46cabdd543d98af83fd (patch)
treedc49763357b3f389e86fc3ac4449f0c674c2fe46
parent85c4901c10b2e79e4d4535b985ad34bb33e6f799 (diff)
downloadaur-e3ce4037a121f664cb46b46cabdd543d98af83fd.tar.gz
proj and download url update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28ac06de7948..931038651d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,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.6.1
pkgrel = 1
- url = http://www.angryziber.com
+ url = https://angryip.org/
arch = i686
arch = x86_64
license = GPL2
@@ -17,9 +17,9 @@ pkgbase = ipscan
md5sums = 59de9b8055fe037c77bf8339eee31b85
md5sums = 5b1c941c32a444803677a2061aa55a70
md5sums = 6a8f7a0fb70cf2c801ff5422870609f9
- source_i686 = https://github.com/angryziber/ipscan/releases/download/3.6.1/ipscan-linux64-3.6.1.jar
+ source_i686 = https://github.com/angryip/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
+ source_x86_64 = https://github.com/angryip/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 e76837432c43..c1488e365b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@ 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')
-url="http://www.angryziber.com"
+url="https://angryip.org/"
depends=('java-runtime>=7')
[[ $CARCH == "i686" ]] && _intarch=linux
[[ $CARCH == "x86_64" ]] && _intarch=linux64
source=(ipscan.png ipscan ipscan.desktop)
-source_i686+=(https://github.com/angryziber/ipscan/releases/download/$_pkgintver/ipscan-$_intarch-$_pkgintver.jar)
-source_x86_64+=(https://github.com/angryziber/ipscan/releases/download/$_pkgintver/ipscan-$_intarch-$_pkgintver.jar)
+source_i686+=(https://github.com/angryip/ipscan/releases/download/$_pkgintver/ipscan-$_intarch-$_pkgintver.jar)
+source_x86_64+=(https://github.com/angryip/ipscan/releases/download/$_pkgintver/ipscan-$_intarch-$_pkgintver.jar)
md5sums=('59de9b8055fe037c77bf8339eee31b85'
'5b1c941c32a444803677a2061aa55a70'