wren-cli: update to 0.4.0
This commit is contained in:
parent
c9c58a1a39
commit
fcd22effe0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wren-cli'
|
||||
pkgname=wren-cli
|
||||
version=0.3.0
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_wrksrc=projects/make
|
||||
build_style=gnu-makefile
|
||||
|
@ -10,8 +10,8 @@ short_desc="Small, class-based, concurrent scripting language - CLI"
|
|||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://wren.io/cli"
|
||||
distfiles="https://github.com/wren-lang/wren-cli/archive/${version}.tar.gz"
|
||||
checksum=a498d2ccb9a723e7163b4530efbaec389cc13e6baaf935e16cbd052a739b7265
|
||||
distfiles="https://github.com/wren-lang/wren-cli/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=fafdc5d6615114d40de3956cd3a255e8737dadf8bd758b48bac00db61563cb4c
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/ -m64 / /;s/ -m32 / /;s/ -O3//' wren_cli.make
|
||||
|
|
Loading…
Reference in a new issue