summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-02-12 19:38:10 +0100
committeramesgen2021-02-12 19:38:10 +0100
commit05b205724dd881cab8f9b3fb8691b79b3ad07f81 (patch)
tree0052ccbd72fcd8a99df82c7a57e7af55827fb01b
parentd3d6fe58988e4becd8bc8834ea2f95100e469ce4 (diff)
downloadaur-05b205724dd881cab8f9b3fb8691b79b3ad07f81.tar.gz
update to 2.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54923849f4b7..464a3e3ae0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = coursier-native
pkgdesc = Pure Scala Artifact Fetching (native-image edition)
- pkgver = 2.0.9
+ pkgver = 2.0.10
pkgrel = 1
url = http://get-coursier.io
arch = x86_64
license = Apache
depends = gcc-libs
depends = zlib
- source = coursier-2.0.9::https://github.com/coursier/coursier/releases/download/v2.0.9/cs-amd64-pc-linux
- sha256sums = cc3e731cc6f3ab75ba82abe5ca7809cc22ba59a7cc887133a3e9f4970d8550b2
+ source = coursier-2.0.10::https://github.com/coursier/coursier/releases/download/v2.0.10/cs-x86_64-pc-linux
+ sha256sums = 6292f9a4232c60bb1d3c13fa6d83e6e83aee91ddb725507a0e5b3db5d1decca8
pkgname = coursier-native
diff --git a/PKGBUILD b/PKGBUILD
index 8c4368ea6904..d156f55d22b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname=coursier-native
-_pkgver=2.0.9
+_pkgver=2.0.10
pkgver="${_pkgver//-/_}"
pkgrel=1
pkgdesc="Pure Scala Artifact Fetching (native-image edition)"
@@ -9,8 +9,8 @@ arch=("x86_64")
url="http://get-coursier.io"
license=("Apache")
depends=("gcc-libs" "zlib")
-source=("coursier-$pkgver::https://github.com/coursier/coursier/releases/download/v$_pkgver/cs-amd64-pc-linux")
-sha256sums=('cc3e731cc6f3ab75ba82abe5ca7809cc22ba59a7cc887133a3e9f4970d8550b2')
+source=("coursier-$pkgver::https://github.com/coursier/coursier/releases/download/v$_pkgver/cs-x86_64-pc-linux")
+sha256sums=('6292f9a4232c60bb1d3c13fa6d83e6e83aee91ddb725507a0e5b3db5d1decca8')
package() {
install -Dm755 "coursier-$pkgver" "$pkgdir/usr/bin/cs"