diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-04 13:10:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-04 13:10:15 +0000 |
commit | b394c34780a12b54ec283fea4dbcb93c583f8661 (patch) | |
tree | 0b953129588435e30a370b3aeb36fa63122ec00d /main/file/APKBUILD | |
parent | 45978d528e22fc6e5537f68d4dc22f6744a3bee6 (diff) | |
download | aports-b394c34780a12b54ec283fea4dbcb93c583f8661.tar.bz2 aports-b394c34780a12b54ec283fea4dbcb93c583f8661.tar.xz |
main/file: upgrade to 5.08
Diffstat (limited to 'main/file/APKBUILD')
-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 20f55d14ae..9d9665d8f0 100644 --- a/main/file/APKBUILD +++ b/main/file/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file -pkgver=5.07 -pkgrel=1 +pkgver=5.08 +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="b8d1f9a8a644067bd0a703cebf3f4858 file-5.07.tar.gz" +md5sums="6a2a263c20278f01fe3bb0f720b27d4e file-5.08.tar.gz" |