roswell: update to 21.10.14.111
This commit is contained in:
parent
5afb2c9d09
commit
a0031454ec
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'roswell'
|
||||
pkgname=roswell
|
||||
version=19.09.12.102
|
||||
version=21.10.14.111
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
hostmakedepends="automake libcurl"
|
||||
makedepends="libcurl-devel"
|
||||
short_desc="Lisp installer and launcher for major environment that just works"
|
||||
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/roswell/roswell"
|
||||
changelog="https://raw.githubusercontent.com/roswell/roswell/master/ChangeLog"
|
||||
distfiles="https://github.com/roswell/roswell/releases/download/v${version}/roswell_${version}.orig.tar.gz"
|
||||
checksum=99aa1535761e2cdd45ad447256a985d311dffb6826f50d9a61c77a6f737a82bf
|
||||
distfiles="https://github.com/roswell/roswell/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=d1eb3e93b3aa6327d34d06fe14796a52f98fd7588092e6dbe2cabd0b8fbd7c92
|
||||
make_check=no # tests require -fcommon
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
|
|
Loading…
Reference in New Issue