diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-15 20:16:40 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-15 20:59:12 +0200 |
commit | 624052644dd95918d7f79f0fed3d61481f3893ec (patch) | |
tree | c773947f77ea5d2447b653d80e2a423cf8ffa31b /testing/libgdiplus | |
parent | 1f929512c2348adc30c0d5e4faee131fa551f799 (diff) | |
download | aports-624052644dd95918d7f79f0fed3d61481f3893ec.tar.bz2 aports-624052644dd95918d7f79f0fed3d61481f3893ec.tar.xz |
testing/libgdiplus: upgrade to 5.6.1
Diffstat (limited to 'testing/libgdiplus')
-rw-r--r-- | testing/libgdiplus/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libgdiplus/APKBUILD b/testing/libgdiplus/APKBUILD index 6369a7ebe8..ea174d8367 100644 --- a/testing/libgdiplus/APKBUILD +++ b/testing/libgdiplus/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=libgdiplus -pkgver=5.6 -pkgrel=1 +pkgver=5.6.1 +pkgrel=0 pkgdesc="An Open Source Implementation of the GDI+ API" url="https://www.mono-project.com/" arch="all" @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="22ade1e300f3d24407875db1c44db5079497a30cba7018a1f3c1f85070140c511e92dbe40c0f306f6adc7a3fb15f05674a86bb2644216c3e06845c3b7a47b27c libgdiplus-5.6.tar.gz" +sha512sums="f1e477e4cbdd83f15bd8edc0feb975399c3eca042cafd1795a018f412b88ad5eb82d2cb0852d2009fdaa6f17d1c62c6b81340578f00eccc2e98ac9debe4a748e libgdiplus-5.6.1.tar.gz" |