diff options
-rw-r--r-- | hifi-rs/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hifi-rs/template b/hifi-rs/template index b7d257b..0caa8c5 100644 --- a/hifi-rs/template +++ b/hifi-rs/template @@ -1,6 +1,6 @@ # Template file for 'hifi-rs' pkgname=hifi-rs -version=0.3.7 +version=0.3.8 revision=1 archs="x86_64" #build_wrksrc= @@ -19,7 +19,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/iamdb/hifi.rs" #changelog="" nostrip_files="hifi-rs" -distfiles="https://github.com/iamdb/hifi.rs/releases/download/v0.3.7/hifi-rs-x86_64-unknown-linux-gnu.tar.gz" +distfiles="https://github.com/iamdb/hifi.rs/releases/download/v${version}/hifi-rs-x86_64-unknown-linux-gnu.tar.gz" checksum=c8c8437a851dc4027cc8c25af923a975116b460b6e2ef85fc08030d474b759ac do_install() { |