summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff931065aab4..af943ede6e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=coursier-native
-_pkgver=2.0.15
+_pkgver=2.0.16
pkgver="${_pkgver//-/_}"
pkgrel=1
pkgdesc="Pure Scala Artifact Fetching (native-image edition)"
@@ -10,7 +10,7 @@ url="http://get-coursier.io"
license=("Apache")
depends=("gcc-libs" "zlib")
source=("coursier-$pkgver::https://github.com/coursier/coursier/releases/download/v$_pkgver/cs-x86_64-pc-linux")
-sha256sums=('80edc9091ba38c998aea0250e4a8bfa775f41fb8086c7dc81ba231d179be1616')
+sha256sums=('f8bfa6de98a864189f5a5799886d1295dd02b92e64bf10f194670538b9955016')
package() {
install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/cs"