Skip to content

Commit

Permalink
Ports: Fix libjodycode and jdupes download
Browse files Browse the repository at this point in the history
The author unpublished everything on github and moved to codeberg.
The different hashes come from the new platform packaging the
tarfiles differently than before.
  • Loading branch information
ddorando authored and timschumi committed Mar 5, 2024
1 parent 17c1f74 commit 1986693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Ports/jdupes/package.sh
Expand Up @@ -2,8 +2,9 @@
port='jdupes'
version='1.27.3'
files=(
"https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz#6e8352f61b3920a2b5626c7122c3b80b4fdcc5cdd3f1c0c3424530425a77d846"
"https://codeberg.org/jbruchon/jdupes/archive/v${version}.tar.gz#1c75ed30dc95b3b5024019ab2ba3f78a14835c11d5b71249aa94374fde650c16"
)
workdir='jdupes'
depends=(
'libjodycode'
)
Expand Down
4 changes: 2 additions & 2 deletions Ports/libjodycode/package.sh
Expand Up @@ -2,8 +2,8 @@
port='libjodycode'
version='3.1'
files=(
"https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz#c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184"
"https://codeberg.org/jbruchon/libjodycode/archive/v${version}.tar.gz#837b660c305215f0cbd68b002e831f29fe1a1d823cace74d75203111eb433bbd"
)
auth_type='sha256'
workdir="libjodycode-${version}"
workdir='libjodycode'
makeopts=("UNAME_S=serenity UNAME_M=${SERENITY_ARCH} CROSS_DETECT=cross")

0 comments on commit 1986693

Please sign in to comment.