aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-30 13:45:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-30 13:45:33 -0300
commitf16480147978e0d42b7a9dfc3505655954fccd44 (patch)
treee219cd63dbe2134cffd4abdbc6b3cba73aec49be
parent6c584c42615bfbe13f9ff9da82f23ed9dfd34823 (diff)
downloadalpine_aports-f16480147978e0d42b7a9dfc3505655954fccd44.tar.bz2
alpine_aports-f16480147978e0d42b7a9dfc3505655954fccd44.tar.xz
alpine_aports-f16480147978e0d42b7a9dfc3505655954fccd44.zip
testing/diffoscope: upgrade to 146
-rw-r--r--testing/diffoscope/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/diffoscope/APKBUILD b/testing/diffoscope/APKBUILD
index faa3ef7eaf..9f5d203e76 100644
--- a/testing/diffoscope/APKBUILD
+++ b/testing/diffoscope/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=diffoscope 2pkgname=diffoscope
3pkgver=145 3pkgver=146
4pkgrel=0 4pkgrel=0
5pkgdesc="In-depth comparison of files, archives, and directories" 5pkgdesc="In-depth comparison of files, archives, and directories"
6options="!check" # Requires unpackaged 'tlsh' 6options="!check" # Requires unpackaged 'tlsh'
@@ -24,4 +24,4 @@ package() {
24 python3 setup.py install --prefix=/usr --root="$pkgdir" 24 python3 setup.py install --prefix=/usr --root="$pkgdir"
25} 25}
26 26
27sha512sums="b394ba2ba7201e45d87e60fa1c474a2c28af7e4c09a12949959cc7fcf1fdb38664156ed4a17f82d0f716cbd484b5f3cc6806b4332dc67b5f93aa276fc3abf665 diffoscope-145.tar.gz" 27sha512sums="9ca3dcac99bc863032d23df38866f98b8ea897da97379e0bd0e35c194a3c1a5abca624a10384b4c8b27b5a2371fade7a8b350b6a25ed05c4a2679e6ed046a1a2 diffoscope-146.tar.gz"