diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-27 20:11:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-27 20:25:58 +0000 |
commit | 718a4032cbb2bb25a2d19457d65aa454fc747107 (patch) | |
tree | fc1a1c34572bf38730f624a624021a4c8150c3c0 /main/file/APKBUILD | |
parent | 468ca20561c54474f380d321741a5e6a1a10de7e (diff) | |
download | aports-718a4032cbb2bb25a2d19457d65aa454fc747107.tar.bz2 aports-718a4032cbb2bb25a2d19457d65aa454fc747107.tar.xz |
main/file: upgrade to 5.05
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 e88f832226..99dad1923d 100644 --- a/main/file/APKBUILD +++ b/main/file/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file -pkgver=5.04 -pkgrel=2 +pkgver=5.05 +pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" arch="all" @@ -20,4 +20,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } -md5sums="accade81ff1cc774904b47c72c8aeea0 file-5.04.tar.gz" +md5sums="0b429063710457be2bd17a18389cb018 file-5.05.tar.gz" |