jp2a: update to 1.0.7.
This commit is contained in:
parent
94f14ce060
commit
a08eaaab80
|
@ -1,12 +1,17 @@
|
|||
# Template file for 'jp2a'
|
||||
pkgname=jp2a
|
||||
version=1.0.6
|
||||
revision=2
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="libjpeg-turbo-devel libcurl-devel"
|
||||
short_desc="JPEG image to ASCII art converter"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://csl.name/jp2a"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=7869c13744b0e15c250cae88b55f0dfade17e6c2b0a03b309dbe89bd34b342d4
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/cslarsen/jp2a"
|
||||
distfiles="https://github.com/cslarsen/jp2a/archive/v${version}.tar.gz"
|
||||
checksum=e509d8bbf9434afde5c342568b21d11831a61d9942ca8cb1633d4295b7bc5059
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue