diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-27 21:04:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-27 21:32:08 +0100 |
commit | b0cfb8f3b0ebadae4760efb1899ae86a75d91d56 (patch) | |
tree | af5809e27c6e97c0fa50568c1356e497008bba43 /community/cups-filters/APKBUILD | |
parent | 4cf0307e76ab269c1d2114b5006e892225022bab (diff) | |
download | aports-b0cfb8f3b0ebadae4760efb1899ae86a75d91d56.tar.bz2 aports-b0cfb8f3b0ebadae4760efb1899ae86a75d91d56.tar.xz |
community/cups-filters: upgrade to 1.27.0
Diffstat (limited to 'community/cups-filters/APKBUILD')
-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 21ad3a2491..b1ea007ecf 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.26.2 +pkgver=1.27.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="59a5eaba00e0f384f2b1498e58ea3d7272e42923a69eaa0c107ac103dc539c9bf14a94b7a91a73e7185d8a347b4ac7f4a7a655b1ffc373983da807c582e10264 cups-filters-1.26.2.tar.xz" +sha512sums="f49d9c3e558cd3ac7d5eb0bf323940e7bb3c088a24ef9232cde2cb84ddc0e262c77acd29eb97851ca4e3bd473d764e730480808f9c1d95b1dd6d406073614702 cups-filters-1.27.0.tar.xz" |