Skip to content

Commit

Permalink
Ports: Fix libjodycode/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 committed Mar 3, 2024
1 parent ee1d8a5 commit 6fea141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ports/jdupes/package.sh
Expand Up @@ -2,7 +2,7 @@
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"
)
depends=(
'libjodycode'
Expand Down
2 changes: 1 addition & 1 deletion Ports/libjodycode/package.sh
Expand Up @@ -2,7 +2,7 @@
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}"
Expand Down

0 comments on commit 6fea141

Please sign in to comment.