libvterm: update to 0.1.4, change distfiles url.
This commit is contained in:
parent
f952871faf
commit
caaec2a579
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libvterm'
|
||||
pkgname=libvterm
|
||||
version=0.1.3
|
||||
version=0.1.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_target="install-lib install-inc"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Abstract VT220/xterm/ECMA-48 emulation library"
|
|||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://www.leonerd.org.uk/code/libvterm"
|
||||
distfiles="https://launchpad.net/libvterm/trunk/v${version%.*}/+download/libvterm-${version}.tar.gz"
|
||||
checksum=e41724466a4658e0f095e8fc5aeae26026c0726dce98ee71d6920d06f7d78e2b
|
||||
distfiles="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
|
||||
checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
|
||||
|
||||
post_extract() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue