Ports: Fix libjodycode and jdupes download
The author unpublished everything on github and moved to codeberg. The different hashes come from the new platform packaging the tarfiles differently than before.
This commit is contained in:
parent
17c1f742a9
commit
1986693edc
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/ddorando Commit: https://github.com/SerenityOS/serenity/commit/1986693edc Pull-request: https://github.com/SerenityOS/serenity/pull/23453 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 4 additions and 3 deletions
Ports
|
@ -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'
|
||||
)
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue