diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-18 15:00:47 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-19 09:38:19 +0000 |
commit | 1fe5d93f66d3999f8c8e947d2a0070f16b23932f (patch) | |
tree | a05ec9cc6df0c7c1a5256e63346bb65400caf1f1 /community/eom | |
parent | 701684bf34df33185a284887cb7e94308741c2ee (diff) | |
download | aports-1fe5d93f66d3999f8c8e947d2a0070f16b23932f.tar.bz2 aports-1fe5d93f66d3999f8c8e947d2a0070f16b23932f.tar.xz |
community/eom: upgrade to 1.16.0
Diffstat (limited to 'community/eom')
-rw-r--r-- | community/eom/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/eom/APKBUILD b/community/eom/APKBUILD index 5cbe7e26e8..a36566cef4 100644 --- a/community/eom/APKBUILD +++ b/community/eom/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=eom -pkgver=1.14.1 +pkgver=1.16.0 pkgrel=0 pkgdesc="A simple graphics viewer for the MATE" url="https://github.com/mate-desktop/eom" @@ -45,6 +45,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="2f812879081f1392e97dade169daa5ad eom-1.14.1.tar.xz" -sha256sums="8c79ff62c73603175f51c34255edbc4c4e28d03a77a0fd17a308c1ae985a7c3f eom-1.14.1.tar.xz" -sha512sums="9d7e828eb24aa849e404c058b651e3f4f5bc6688990212a7082657c6421dc3b88d1da4590a4bd12a5bb76a2f7391d8ba9af24e7684fce6cb0ccb9848dd685f53 eom-1.14.1.tar.xz" +md5sums="04f386dabdab27fbdf4da66355703483 eom-1.16.0.tar.xz" +sha256sums="974356c10bf96b974b777614d5d6f88f982a6c9ab3735d9397b4a33a6812c4fe eom-1.16.0.tar.xz" +sha512sums="ed1dfb8bfd8af6e74def133c38bcbaef81adbbc98df428479cf8a4037379f1cea0df2033eeb4ea28e5cba2c5996b0c248012be34e5450b2cfda575f2f79a5f36 eom-1.16.0.tar.xz" |