summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-03-07 08:56:51 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 06:18:03 +0700
commit70a50577dfdca66ac8d6ab6f029c3d129c30c788 (patch)
tree8cbc0c42c24a4d4531a957b9bd6b13651309df9d /libraries
parentdfa356035fe73f6effe803794d934b1a308ae21a (diff)
downloadslackbuilds-70a50577dfdca66ac8d6ab6f029c3d129c30c788.tar.gz
slackbuilds-70a50577dfdca66ac8d6ab6f029c3d129c30c788.tar.xz
libraries/libjodycode: migrated from github to codeberg
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libjodycode/libjodycode.SlackBuild8
-rw-r--r--libraries/libjodycode/libjodycode.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libjodycode/libjodycode.SlackBuild b/libraries/libjodycode/libjodycode.SlackBuild
index 572a67160c..21bc910c63 100644
--- a/libraries/libjodycode/libjodycode.SlackBuild
+++ b/libraries/libjodycode/libjodycode.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libjodycode
VERSION=${VERSION:-3.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,9 +72,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM
+tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/libraries/libjodycode/libjodycode.info b/libraries/libjodycode/libjodycode.info
index 8372236ece..8d42b22691 100644
--- a/libraries/libjodycode/libjodycode.info
+++ b/libraries/libjodycode/libjodycode.info
@@ -1,8 +1,8 @@
PRGNAM="libjodycode"
VERSION="3.1"
-HOMEPAGE="https://github.com/jbruchon/libjodycode"
-DOWNLOAD="https://github.com/jbruchon/libjodycode/archive/v3.1/libjodycode-3.1.tar.gz"
-MD5SUM="07e5b350a3ce9a60bdc44d06f70d5fd8"
+HOMEPAGE="https://codeberg.org/jbruchon/libjodycode"
+DOWNLOAD="https://codeberg.org/jbruchon/libjodycode/archive/v3.1.tar.gz"
+MD5SUM="b775aa9da7ef990950acc54235549d7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""