diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-20 20:48:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-21 06:54:05 +0000 |
commit | b6df2e6b0c43e0acd46515a744a239bcc6e5d032 (patch) | |
tree | cfe6d944e0752c70ae1caf6a7ac3debc9d56c50c /community/cups-filters | |
parent | 7b1dc7657d8a39d20345c3d991071cb67e4d0831 (diff) | |
download | aports-b6df2e6b0c43e0acd46515a744a239bcc6e5d032.tar.bz2 aports-b6df2e6b0c43e0acd46515a744a239bcc6e5d032.tar.xz |
community/cups-filters: upgrade to 1.27.3
Diffstat (limited to 'community/cups-filters')
-rw-r--r-- | community/cups-filters/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index a9947466fe..c3cb434d5f 100644 --- a/community/cups-filters/APKBUILD +++ b/community/cups-filters/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters -pkgver=1.27.2 -pkgrel=1 +pkgver=1.27.3 +pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" arch="all" @@ -66,4 +66,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="c0e1456dd3f512ae2215e566f853e47b66de46d0d1301fc5a6f3674ac7d1ddb03c3bb236b0419b20168742076381c58581cc3e582cf7abf76139367d549a6c46 cups-filters-1.27.2.tar.xz" +sha512sums="48c8a1d2ee860733a5cae41e333c45a997916638ea05552f2ec915d2713ecc216658763089affc8165907caf2b929406232192d70d0c0877b72377390b46ffd3 cups-filters-1.27.3.tar.xz" |