diff options
Diffstat (limited to 'main/file')
-rw-r--r-- | main/file/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/file/APKBUILD b/main/file/APKBUILD index 99dad1923..ce20f01d4 100644 --- a/main/file/APKBUILD +++ b/main/file/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file -pkgver=5.05 +pkgver=5.06 pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" @@ -20,4 +20,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } -md5sums="0b429063710457be2bd17a18389cb018 file-5.05.tar.gz" +md5sums="deb12b0fb9d09e7681be72bad6eba4e0 file-5.06.tar.gz" |