diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-13 09:43:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-13 09:43:15 +0000 |
commit | aa28432228d237b0b4f4ccfefff0677499859564 (patch) | |
tree | 4444e2a7d3113f64804a1af923c35ca26bddfea5 | |
parent | fbd80e7702aab3152dd9651a189650fd52da9d95 (diff) | |
download | aports-aa28432228d237b0b4f4ccfefff0677499859564.tar.bz2 aports-aa28432228d237b0b4f4ccfefff0677499859564.tar.xz |
testing/wkhtmltopdf: upgrade to 0.12.3
-rw-r--r-- | testing/wkhtmltopdf/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/wkhtmltopdf/APKBUILD b/testing/wkhtmltopdf/APKBUILD index f6b8cb84d9..d9c888b95c 100644 --- a/testing/wkhtmltopdf/APKBUILD +++ b/testing/wkhtmltopdf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wkhtmltopdf -pkgver=0.12.2.4 +pkgver=0.12.3 pkgrel=0 pkgdesc="Simple shell utility to convert html to pdf" url="http://wkhtmltopdf.org/" @@ -35,6 +35,6 @@ package() { make install INSTALL_ROOT="$pkgdir"/usr || return 1 } -md5sums="c8555f1c66b61cb11c6c9ff37d0d2280 wkhtmltopdf-0.12.2.4.tar.gz" -sha256sums="dbb0166e9ce191e787e909601e4cdbae71069f29693362edf5cd7d4d44447288 wkhtmltopdf-0.12.2.4.tar.gz" -sha512sums="9d1854d9bbda57d099e1d9db87255db5f20828c2ba6828f40a1f206118bf668b22b2a2394bd4d8a836c3f65c130767c1e4b639946757ec6370320373a6933dca wkhtmltopdf-0.12.2.4.tar.gz" +md5sums="802fa6789feda1819a1e911f0ef2a322 wkhtmltopdf-0.12.3.tar.gz" +sha256sums="0d55ad5d0582a8a62f3f108c41be071c9762ee970bdc6ed47a22067350e9d2ed wkhtmltopdf-0.12.3.tar.gz" +sha512sums="1b307072cf3f7fbdd44bf5d9532236c29ad4d547368c9de1a8c7b6d702a97e7ae57062a68419987801f19a9b4eefda7acbca47aa1a6e4719919285e27b6666c7 wkhtmltopdf-0.12.3.tar.gz" |