mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
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
2 changed files with 4 additions and 3 deletions
|
@ -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
Add a link
Reference in a new issue