libraries/physfs: Fix github URL.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-03 00:36:10 -05:00 committed by Willy Sudiarto Raharjo
parent 62480d5c0a
commit 3de2cb4e2c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20230103 bkw: modified by SlackBuilds.org: use correct github URL
# so download file is named consistently, regardless of whether it was
# downloaded with or without content-disposition enabled.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=physfs
@ -69,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/release-$VERSION.tar.?z
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz
cd $PRGNAM-release-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="physfs"
VERSION="3.2.0"
HOMEPAGE="https://icculus.org/physfs/"
DOWNLOAD="https://github.com/icculus/physfs/archive/refs/tags/release-3.2.0.tar.gz"
DOWNLOAD="https://github.com/icculus/physfs/archive/release-3.2.0/physfs-release-3.2.0.tar.gz"
MD5SUM="df43675566d86f795f0fe179087b231b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""