diff options
-rw-r--r-- | main/feh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/feh/APKBUILD b/main/feh/APKBUILD index b008eeabd0..30bf648828 100644 --- a/main/feh/APKBUILD +++ b/main/feh/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=feh -pkgver=1.10 +pkgver=1.10.1 pkgrel=0 pkgdesc="feh is a fast, lightweight image viewer which uses imlib2" url="http://www.linuxbrit.co.uk/feh/" @@ -24,4 +24,4 @@ package() { make DESTDIR=$pkgdir docsdir=/usr/share/doc/feh install || return 1 install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="a27d4bdd470099dcd3d59b7c39227162 feh-1.10.tar.bz2" +md5sums="c2aa2d053bdc195e6e3ab2922d85db4b feh-1.10.1.tar.bz2" |