diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-07-16 01:19:39 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-07-18 07:36:15 +0000 |
commit | f36d42649049619b153055fd16f5bb7d201255f6 (patch) | |
tree | 0e63f7e00208f24bf465f62a93bbb0d7a0830933 | |
parent | 1bb6511c15ec3b592cae0b5bcdedcad62fdb0b2a (diff) | |
download | aports-f36d42649049619b153055fd16f5bb7d201255f6.tar.bz2 aports-f36d42649049619b153055fd16f5bb7d201255f6.tar.xz |
community/pluma: upgrade to 1.19.1
-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 cfbbdd01eb..4f06ba249e 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.18.2 +pkgver=1.19.1 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" @@ -30,5 +30,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="285170531c92ad13fdd35286c06de62b75f0426a830c51f4f54799b4b5377d65b3e1fd1e1af3827462a356947e853e4203a4ed394a8b6137bbd87e289f490b6d pluma-1.18.2.tar.xz +sha512sums="27851010a751ecb5383df22accb6131859c054ff3bf5afd802312194700f8b550053996a79a36a852492371de4002f9370b259c04fd025389d699c6048943eb8 pluma-1.19.1.tar.xz 3aa0ae2e383bcc36c63384455062954876e77995da79a757b4eb6e37f3b2e5f7139165d7bb95c193ff888d33d2682773e981bf7e44fd963e918696d64e537741 0001-fix-accessperms-in-tests.patch" |