diff options
-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..b60702d308 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.21.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="f7fe104b8751ee6443da2db333223ae27c28c8f0d47e5ab3e0f3770ec8df305e6789a6e0e0421a0268f075fbc7d6d4734698d7c028069cd5fe1806d752a54e6e pluma-1.21.1.tar.xz 3aa0ae2e383bcc36c63384455062954876e77995da79a757b4eb6e37f3b2e5f7139165d7bb95c193ff888d33d2682773e981bf7e44fd963e918696d64e537741 0001-fix-accessperms-in-tests.patch" |