diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-04 10:42:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-04 10:42:46 +0000 |
commit | 37e78a558cd12a80a7eba3adf43d0e628dff49a0 (patch) | |
tree | dce06081e23987a28e22ae5ee56b6b8227dd3142 /main/file | |
parent | 7cbd96e9030eff2805308f976d7ebf6e170cfa49 (diff) | |
download | aports-37e78a558cd12a80a7eba3adf43d0e628dff49a0.tar.bz2 aports-37e78a558cd12a80a7eba3adf43d0e628dff49a0.tar.xz |
main/file: upgrade to 5.10
Diffstat (limited to 'main/file')
-rw-r--r-- | main/file/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/file/APKBUILD b/main/file/APKBUILD index feca7ee072..41c41d6c25 100644 --- a/main/file/APKBUILD +++ b/main/file/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file -pkgver=5.09 -pkgrel=1 +pkgver=5.10 +pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" arch="all" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="6fd7cd6c4281e68fe9ec6644ce0fac6f file-5.09.tar.gz" +md5sums="4cea34b087b060772511e066e2038196 file-5.10.tar.gz" |