summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-11-02 17:10:13 +0100
committeramesgen2020-11-02 17:10:13 +0100
commit8f881898df2b712892543c8a05469dd6db69598e (patch)
tree94f6721eac13324e8c94f25b15202dcdfbb00077
parent4c421eeca4dc21d05ac6da3f6a3bd1db8d70ac6a (diff)
downloadaur-8f881898df2b712892543c8a05469dd6db69598e.tar.gz
update to 2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9aa4a53409..e104ef3c6ee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = coursier-native
pkgdesc = Pure Scala Artifact Fetching (native-image edition)
- pkgver = 2.0.5
+ pkgver = 2.0.6
pkgrel = 1
url = http://get-coursier.io
arch = x86_64
license = Apache
depends = gcc-libs
depends = zlib
- source = coursier-2.0.5::https://github.com/coursier/coursier/releases/download/v2.0.5/cs-x86_64-pc-linux
- sha256sums = d29ed1d8b5694b2e9f8138a57a7b7236b076640ad7cab8c35a9e419bb5ac4c2b
+ source = coursier-2.0.6::https://github.com/coursier/coursier/releases/download/v2.0.6/cs-x86_64-pc-linux
+ sha256sums = c7cfa043321bfb68378826dcdfd4694f201175f02e6a303c8afd447b2d397d18
pkgname = coursier-native
diff --git a/PKGBUILD b/PKGBUILD
index 02aa6e1d4c39..3517d5724f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=coursier-native
-_pkgver=2.0.5
+_pkgver=2.0.6
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=('d29ed1d8b5694b2e9f8138a57a7b7236b076640ad7cab8c35a9e419bb5ac4c2b')
+sha256sums=('c7cfa043321bfb68378826dcdfd4694f201175f02e6a303c8afd447b2d397d18')
package() {
install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/cs"