diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 21:17:22 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 21:17:22 +0000 |
commit | 136f9e7b73bb142a05bef99a1560a5683e34111b (patch) | |
tree | 7673bbe98a5443ae5e7906a5bcd873c0cff4983f /community/eom/APKBUILD | |
parent | 2e8a4c9a2b974f196cea2385ac7cf90b6e7c2275 (diff) | |
download | aports-136f9e7b73bb142a05bef99a1560a5683e34111b.tar.bz2 aports-136f9e7b73bb142a05bef99a1560a5683e34111b.tar.xz |
community/eom: upgrade to 1.19.1
Diffstat (limited to 'community/eom/APKBUILD')
-rw-r--r-- | community/eom/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/eom/APKBUILD b/community/eom/APKBUILD index a06ca2d2c5..175e0d26ff 100644 --- a/community/eom/APKBUILD +++ b/community/eom/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=eom -pkgver=1.19.0 -pkgrel=1 +pkgver=1.19.1 +pkgrel=0 pkgdesc="A simple graphics viewer for the MATE" url="https://github.com/mate-desktop/eom" arch="all" @@ -37,4 +37,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="ea0a2b8436a02e15563633ea39e9867683812d6a040e40042bf07b630a3176cc12a33a2b282b89ccf40fa5d8e2e0ff415847a0eb9a8937dfeb45f49d1fa9bca6 eom-1.19.0.tar.xz" +sha512sums="68765622159d2b8ea6e3e0695091c15ab4a1a5cd9ed40d0ace5a099d5bff6ad9a582be9a2952e30e48659a5071f9d4e3bc0410f63acf43006c3013d355371a32 eom-1.19.1.tar.xz" |