diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-27 17:02:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-27 17:02:31 +0000 |
commit | 8f161ecc5eda660871bd1d005c26bdfd36c15ac0 (patch) | |
tree | 814cd515bad8c84f403043adedf69db7ef96d756 /community/pluma | |
parent | 2c48fe7c57aa8d37771e663e01e6a596f4409522 (diff) | |
download | aports-8f161ecc5eda660871bd1d005c26bdfd36c15ac0.tar.bz2 aports-8f161ecc5eda660871bd1d005c26bdfd36c15ac0.tar.xz |
community/pluma: upgrade to 1.20.1
Diffstat (limited to 'community/pluma')
-rw-r--r-- | community/pluma/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index 69c48670fc..67a9dfeb37 100644 --- a/community/pluma/APKBUILD +++ b/community/pluma/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=pluma -pkgver=1.21.0 +pkgver=1.20.1 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" @@ -38,5 +38,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="8bd7b782d6485671b44bf5a83758c2b0cf4b01fc62cc72264a3e70f6fcd78a080ff17913efd2c9ab89fe59f40f1b15eb91f5058f2a526937ea3f35922e0ed175 pluma-1.21.0.tar.xz +sha512sums="7782fd227524e524b4e97eb196f01085d5bd5dd0d3d91bae21742ba4da6496fe13c2669606265932c323a34ea007d0c0164f79783d5bb5dde049ce40fc1b2b1d pluma-1.20.1.tar.xz 3aa0ae2e383bcc36c63384455062954876e77995da79a757b4eb6e37f3b2e5f7139165d7bb95c193ff888d33d2682773e981bf7e44fd963e918696d64e537741 0001-fix-accessperms-in-tests.patch" |