lily: update to 1.6.
This commit is contained in:
parent
2449286be7
commit
a0850a0dee
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'lily'
|
# Template file for 'lily'
|
||||||
pkgname=lily
|
pkgname=lily
|
||||||
version=1.4
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="lily-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Interpreted language with a focus on expressiveness and type safety"
|
short_desc="Interpreted language with a focus on expressiveness and type safety"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://fascinatedbox.github.io/lily/"
|
homepage="https://gitlab.com/FascinatedBox/lily"
|
||||||
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
|
distfiles="https://gitlab.com/FascinatedBox/lily/-/archive/v${version}/lily-v${version}.tar.bz2"
|
||||||
checksum=c67e12da54451f8bc0d91d2e05b56fb3d0ca339edab3555d1d7a3e064ad0c3f1
|
checksum=45a4d61dd040bc167737961b6ca50b2d549143e621fe4e95365041f2dedcd62c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense license.txt
|
vlicense license.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue