graphics/rawstudio: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c5a76982ce
commit
57ad2317a5
|
@ -28,6 +28,9 @@
|
|||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
# No additional license terms :-)
|
||||
|
||||
# 20220226 bkw: fixed download URL, but this is still broken. Tried
|
||||
# various patches, tried latest git. Will come back to it.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="rawstudio"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="rawstudio"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="https://rawstudio.org"
|
||||
DOWNLOAD="https://www.dropbox.com/s/9msuzeooe5w7tiq/rawstudio-2.0.tar.xz"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/rawstudio-2.0.tar.xz"
|
||||
MD5SUM="10c8305dbf73a616f7ab414009fb5455"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue