diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 19:58:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 21:44:25 -0300 |
commit | 4d059f857a281ce010bf46027073d7cf50bc851c (patch) | |
tree | b8cf2812e4af1d8d99a9546b10f83525e485422f | |
parent | 1c8ea353b9826a167516d61c2986131952ddf175 (diff) | |
download | aports-4d059f857a281ce010bf46027073d7cf50bc851c.tar.bz2 aports-4d059f857a281ce010bf46027073d7cf50bc851c.tar.xz |
community/cups-filters: upgrade to 1.25.0
-rw-r--r-- | community/cups-filters/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index 7d751b477f..0671e33763 100644 --- a/community/cups-filters/APKBUILD +++ b/community/cups-filters/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters -pkgver=1.24.0 +pkgver=1.25.0 pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" @@ -66,4 +66,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="ca4814f5ec3b716b0620b7e509d0fefa0b6ed502c9972dd571cc16cf80ea917b54b951f133c344f3a09c73af0b296e6884d6a981d356fc624ec18901cb15465a cups-filters-1.24.0.tar.xz" +sha512sums="f1be31721fd8f6192868e7954d94038ff1382bb0194bb64014da3dd695cbbd2cd5d65373d809e1b541071374b7eabb44c68c6be29575251490d76a0a5336a5c5 cups-filters-1.25.0.tar.xz" |