summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorwalki2019-05-07 08:56:38 +0000
committerwalki2019-05-07 08:56:38 +0000
commitbc099b1e52dcb18e56c762e57f748ce32a8e2a05 (patch)
tree316b0307307d49d28f229dc493a9eccb870207df /update.sh
parenta6ea3c252626f8ab3d7b652ce4fed4b2dc634514 (diff)
downloadaur-bc099b1e52dcb18e56c762e57f748ce32a8e2a05.tar.gz
Update URLs and follow best practices
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 14ec03f4ad55..7a793cffd92f 100755
--- a/update.sh
+++ b/update.sh
@@ -6,7 +6,7 @@ if ! [ -f pkgsum.sh ]; then
fi
get_latest() {
- wget -q -O- 'http://primesieve.org/downloads/' | \
+ wget -q -O- 'https://github.com/kimwalisch/primesieve/wiki/Downloads' | \
sed -n 's,.*primesieve-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v '\(linux\|mac\|win\)' | \
sort -r | \