diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-09-28 18:15:18 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-19 06:43:59 -0300 |
commit | e14c794d4cb95795df1676d99827118db9617039 (patch) | |
tree | 2d8d2ae5237c8129f127fd527783d80228d85172 | |
parent | f4bb3243591e4b59f481ed3533794b50901943bf (diff) | |
download | aports-e14c794d4cb95795df1676d99827118db9617039.tar.gz aports-e14c794d4cb95795df1676d99827118db9617039.tar.bz2 aports-e14c794d4cb95795df1676d99827118db9617039.tar.xz |
community/corepdf: upgrade to 4.0.0
-rw-r--r-- | community/corepdf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/corepdf/APKBUILD b/community/corepdf/APKBUILD index 56ae73e538..e7b1c3fb6a 100644 --- a/community/corepdf/APKBUILD +++ b/community/corepdf/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=corepdf -pkgver=3.0.1 +pkgver=4.0.0 pkgrel=0 pkgdesc="A PDF viewer from the CoreApps family." arch="all" @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="377441b573efbeec86891c054e0072b795b3fec3267254fc906a2ab94b62e72b20016220ba50cb4d208f82dbf1deea9f15265083f698c595aece4caea1f2109b corepdf-3.0.1.tar.gz" +sha512sums="c28de6f79f78cba1fd1fa34f9cff552133e396523e9f50ac8eeff94511d4179d0d405eb4af415f61d34df28809f521c7e6f9f196a007e6995f79d4c237d23310 corepdf-4.0.0.tar.gz" |