media-sound/ffmpegaacsucks: add 2.0.1, drop 2.0.0

This commit is contained in:
odrling 2024-05-01 08:03:06 +02:00
parent e259a8478f
commit 22309912f8
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST ffmpegaacsucks-2.0.0.tar.gz 7003 BLAKE2B b0794416e801349f2858f018f17afe6009d685eed0ff2eb7962118b338d74431195c11f4c87b6e3dbff8634a714efc06d9ac33b9a65c26f7162ce34999ffa960 SHA512 ee4c4a6b1daf73fc41603e9909c9de349382b95352e76becc63673457ac75c2a29fb48b4fbecf62c318fae758ffecf34a6b4fb252a56737b4ddfd72d1d33f0df
DIST ffmpegaacsucks-2.0.1.tar.gz 7026 BLAKE2B 551313bf642402c58c13b51ef568ded2e8769bdb530ea70cd1767715c32ce713ce18aaa4f926dfc2b5264337a82466d2ef0a999ea665b6c188eb4412109d10c6 SHA512 a082c716cc2ba8ae32dce3096432e5e7a658acc8c4e004d8ae465a1155e1ff7c746f68fbdd3bd2b8b4818b4857a6a7831ababa9cfd096c7f978d74a9d1ccf2ea

View file

@ -13,9 +13,9 @@ inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.odrling.xyz/ffmpegaacsucks"
EGIT_REPO_URI="https://github.com/ffmpegaacsucks"
else
SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz"
SRC_URI="https://github.com/odrling/${PN}/archive/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi