Skip to content
Snippets Groups Projects
Commit c87c05bc authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/duckscript: upgrade to 0.8.5

parent d3e8f273
No related branches found
No related tags found
No related merge requests found
# Contributor: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=duckscript pkgname=duckscript
pkgver=0.8.4 pkgver=0.8.5
pkgrel=0 pkgrel=0
pkgdesc="Simple, extendable and embeddable scripting language" pkgdesc="Simple, extendable and embeddable scripting language"
url="https://sagiegurari.github.io/duckscript/" url="https://sagiegurari.github.io/duckscript/"
...@@ -21,10 +21,10 @@ check() { ...@@ -21,10 +21,10 @@ check() {
package() { package() {
cd ./duckscript_cli cd ./duckscript_cli
cargo install --path . --root="$pkgdir/usr" cargo install --locked --path . --root="$pkgdir/usr"
rm "$pkgdir"/usr/.crates* rm "$pkgdir"/usr/.crates*
} }
sha512sums=" sha512sums="
741fcbf296231acdb6d8daecf56b4af75fa19617f6b2229bed1317dabfe3313c6fc8dcec0d2329a24a2bee68005f4a44d0c49c42a383eb2cd4603f8af098f67e duckscript-0.8.4.tar.gz 7908bd65fb79395c408e282a8897a156e2be0999ee274d270b4f835974e26edb627472e5494b59a1defa347dd1e2c6a7e8ad7b8394a10699fc8dd6ee32152c48 duckscript-0.8.5.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment