summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-03-21 14:43:22 +0100
committeramesgen2021-03-21 14:43:22 +0100
commitad7cfb14a78bf3206b026a7eef12f1a22133be28 (patch)
treeb991e39d14741b1bf7464b181accac708899350f
parent43912d742b170c24a69b79d26d401643339c4641 (diff)
downloadaur-ad7cfb14a78bf3206b026a7eef12f1a22133be28.tar.gz
update to 2.0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f9c476f64c..bb4d6dfe733a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = coursier-native
pkgdesc = Pure Scala Artifact Fetching (native-image edition)
- pkgver = 2.0.14
+ pkgver = 2.0.15
pkgrel = 1
url = http://get-coursier.io
arch = x86_64
license = Apache
depends = gcc-libs
depends = zlib
- source = coursier-2.0.14::https://github.com/coursier/coursier/releases/download/v2.0.14/cs-x86_64-pc-linux
- sha256sums = 4fe1a0ff91e7ff27233152b3a3e0e50cdf77f4c58eb2ced4e2e27a11a8b93b8e
+ source = coursier-2.0.15::https://github.com/coursier/coursier/releases/download/v2.0.15/cs-x86_64-pc-linux
+ sha256sums = 80edc9091ba38c998aea0250e4a8bfa775f41fb8086c7dc81ba231d179be1616
pkgname = coursier-native
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"