lily: update to 1.3.
This commit is contained in:
parent
2cd6154251
commit
2429cfe495
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lily'
|
# Template file for 'lily'
|
||||||
pkgname=lily
|
pkgname=lily
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="An interpreted language with a focus on expressiveness and type safety"
|
short_desc="An interpreted language with a focus on expressiveness and type safety"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://lily-lang.org"
|
homepage="http://lily-lang.org"
|
||||||
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
|
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
|
||||||
checksum=0d06bb1e6befc58459c3f15094693127eefefdc14be50c08e5205622c9207aae
|
checksum=4764c5c6b9c4974135bf4e6d5f4a7ee175f214a5f1572ad5ae86b4bdb79d1db1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense license.txt
|
vlicense license.txt
|
||||||
|
|
Loading…
Reference in New Issue