diff --git a/haiku-apps/streamradio/streamradio-0.0.3_14.recipe b/haiku-apps/streamradio/streamradio-0.0.5_1.recipe similarity index 72% rename from haiku-apps/streamradio/streamradio-0.0.3_14.recipe rename to haiku-apps/streamradio/streamradio-0.0.5_1.recipe index 1d12c8f7b..d823eb5cc 100644 --- a/haiku-apps/streamradio/streamradio-0.0.3_14.recipe +++ b/haiku-apps/streamradio/streamradio-0.0.5_1.recipe @@ -4,11 +4,11 @@ streams." HOMEPAGE="https://github.com/fishpond-haiku/Haiku-Radio" COPYRIGHT="2017 Kai Niessen" LICENSE="MIT" -REVISION="4" -srcGitRev="02149243356389a322fa3f9fed54ab081c3c25fb" -SOURCE_URI="https://github.com/HaikuArchives/Haiku-Radio/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="e5b21066521e76b9db8bbd51b277aa7198ee2031ab22a26c343aee51e0ca49d4" -SOURCE_DIR="Haiku-Radio-$srcGitRev" +REVISION="1" +srcGitRev="19c2deb15332d9b7d5d107cd6eb708762f121980" +SOURCE_URI="https://github.com/HaikuArchives/StreamRadio/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="5e0102eac89e88325741e98ffd9212b7710d1ec4898bb3b01ac5ab5d3b2101f1" +SOURCE_DIR="StreamRadio-$srcGitRev" ARCHITECTURES="x86_gcc2 x86_64" @@ -39,6 +39,7 @@ BUILD() { mkdir -p dist make $jobArgs + make bindcatalogs } INSTALL()