summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-02-13 15:52:18 +0100
committeramesgen2021-02-13 15:52:18 +0100
commitdde264a8f01f047f366d4f9a071d4f9132acd339 (patch)
tree0c43fece566725aec7e0e7c76ea1791929232710
parent05b205724dd881cab8f9b3fb8691b79b3ad07f81 (diff)
downloadaur-dde264a8f01f047f366d4f9a071d4f9132acd339.tar.gz
update to 2.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464a3e3ae0b7..65ac58a045c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = coursier-native
pkgdesc = Pure Scala Artifact Fetching (native-image edition)
- pkgver = 2.0.10
+ pkgver = 2.0.11
pkgrel = 1
url = http://get-coursier.io
arch = x86_64
license = Apache
depends = gcc-libs
depends = zlib
- source = coursier-2.0.10::https://github.com/coursier/coursier/releases/download/v2.0.10/cs-x86_64-pc-linux
- sha256sums = 6292f9a4232c60bb1d3c13fa6d83e6e83aee91ddb725507a0e5b3db5d1decca8
+ source = coursier-2.0.11::https://github.com/coursier/coursier/releases/download/v2.0.11/cs-x86_64-pc-linux
+ sha256sums = 848fb46f2cb1a22084bf62bc27c7e2857e47d90b9285a325ebdcc8fe72702f1a
pkgname = coursier-native
diff --git a/PKGBUILD b/PKGBUILD
index d156f55d22b2..6d2846bec168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=coursier-native
-_pkgver=2.0.10
+_pkgver=2.0.11
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=('6292f9a4232c60bb1d3c13fa6d83e6e83aee91ddb725507a0e5b3db5d1decca8')
+sha256sums=('848fb46f2cb1a22084bf62bc27c7e2857e47d90b9285a325ebdcc8fe72702f1a')
package() {
install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/cs"