mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/salmon: Fix URLs.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b316bcb973
commit
53f3c1fdc6
2 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240321 bkw: original site is gone, and neither the homepage nor
|
||||
# download URLs exist in archive.org's wayback machine. So, host them
|
||||
# myself.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=salmon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="salmon"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="https://tigr.net/afterstep/download/salmon/README"
|
||||
DOWNLOAD="https://tigr.net/afterstep/download/salmon/salmon-1.2.2.tar.gz"
|
||||
HOMEPAGE="https://slackware.uk/~urchlay/src/salmon-readme.txt"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/salmon-1.2.2.tar.gz"
|
||||
MD5SUM="02725f0b035463ad089a189f1e7d62ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue