diff options
Diffstat (limited to 'testing/ecore')
-rw-r--r-- | testing/ecore/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ecore/APKBUILD b/testing/ecore/APKBUILD index 39bdb90021..fc2ea79d5d 100644 --- a/testing/ecore/APKBUILD +++ b/testing/ecore/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ecore -pkgver=1.1.0 -pkgrel=1 +pkgver=1.7.4 +pkgrel=0 pkgdesc="Enlightenment's core event abstraction layer and OS abstraction layer" url="http://trac.enlightenment.org/e/wiki/Ecore" arch="all" @@ -45,4 +45,4 @@ package() { rm "$pkgdir"/usr/lib/ecore/immodules/*.la } -md5sums="4696936f15fd58ed90da9b5556edff3e ecore-1.1.0.tar.gz" +md5sums="3b1aa01bffb10d4266545fe4a823bb47 ecore-1.7.4.tar.gz" |