diff options
author | Danny Rawlins <contact@romster.me> | 2021-02-16 00:04:44 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-02-16 00:05:09 +1100 |
commit | 2a9e7826bafafd30358ff7d18e6b6df194b26b05 (patch) | |
tree | 90237812372e4417a5d048d92d32b151f0c278e3 /scummvm | |
parent | 9213c84a496db699c9cc03c507a4d24f87e91dab (diff) | |
download | opt-2a9e7826bafafd30358ff7d18e6b6df194b26b05.tar.gz opt-2a9e7826bafafd30358ff7d18e6b6df194b26b05.tar.xz |
scummvm: fix source
Diffstat (limited to 'scummvm')
-rw-r--r-- | scummvm/.signature | 4 | ||||
-rw-r--r-- | scummvm/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scummvm/.signature b/scummvm/.signature index 7b95ac40c..855a282e7 100644 --- a/scummvm/.signature +++ b/scummvm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QWciLcoVNRd0+lITAEitig5KNJXiOJgerTaYv35ISyzD1FaTR1vCJn+nXiV7pJIYUk09Zfm1lhqeJpBKDnc1wQ= -SHA256 (Pkgfile) = 68954411de75f125e129c2df7ec7c60375a9b9ec12f97a4bebcd3b413571c5af +RWSE3ohX2g5d/T9aE7xWz68sp4WgGGCYdh156nDXxuM9BogcPPCBl/jML3JXd0KkWqHpVKlwGsToOqsGdkjvIvuPO8nFgKeylAo= +SHA256 (Pkgfile) = 287409d744e75dddefd6cae6ba7150aad39d2fdfecfba50c8d89b54dbe1d5fbf SHA256 (.footprint) = af3ae0cf9121096211ff051f14b0844f1a468ef0cdc9394e1b09b8de83f20034 SHA256 (scummvm-2.2.0.tar.xz) = 1469657e593bd8acbcfac0b839b086f640ebf120633e93f116cab652b5b27387 diff --git a/scummvm/Pkgfile b/scummvm/Pkgfile index eb1757cc1..c8d05352d 100644 --- a/scummvm/Pkgfile +++ b/scummvm/Pkgfile @@ -6,7 +6,7 @@ name=scummvm version=2.2.0 release=1 -source=(https://downloads.scummvm.org/frs/scummvm/$name/$name-$version.tar.xz) +source=(https://downloads.scummvm.org/frs/scummvm/$version/$name-$version.tar.xz) build() { cd $name-$version |