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 887f46bd42b1..ff931065aab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=coursier-native
-_pkgver=2.0.14
+_pkgver=2.0.15
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=('4fe1a0ff91e7ff27233152b3a3e0e50cdf77f4c58eb2ced4e2e27a11a8b93b8e')
+sha256sums=('80edc9091ba38c998aea0250e4a8bfa775f41fb8086c7dc81ba231d179be1616')
package() {
install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/cs"