zeroinstall: update to 2.18.
This commit is contained in:
parent
0d67341a41
commit
ee77d5ac93
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'zeroinstall'
|
||||
pkgname=zeroinstall
|
||||
version=2.17
|
||||
revision=6
|
||||
wrksrc="0install-v${version}"
|
||||
version=2.18
|
||||
revision=1
|
||||
wrksrc="0install-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_install_target="install_system"
|
||||
hostmakedepends="gettext ocaml opam m4 tar pkg-config which"
|
||||
|
@ -12,8 +12,9 @@ short_desc="Cross-distribution software installation system"
|
|||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="http://0install.net"
|
||||
distfiles="https://github.com/0install/0install/releases/download/v${version}/0install-v${version}.tbz"
|
||||
checksum=1704e5d852bad79ef9f5b5b31146846420270411c5396434f6fe26577f2d0923
|
||||
changelog="https://raw.githubusercontent.com/0install/0install/master/CHANGES.md"
|
||||
distfiles="https://github.com/0install/0install/releases/download/v${version}/0install-${version}.tbz"
|
||||
checksum=648c4b318c1a26dfcb44065c226ab8ca723795924ad80a3bf39ae1ce0e9920c3
|
||||
nocross="opam is nocross"
|
||||
disable_parallel_build=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue