Created
September 8, 2020 10:26
-
-
Save mlotysz/e08008fbf9095038ca610455e99faacc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ec7eafb1ace767d760d5880f202fe4b0595f7a64 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Maciej=20=C5=81otysz?= <[email protected]> | |
Date: Tue, 8 Sep 2020 12:24:10 +0200 | |
Subject: [PATCH] Bump to 2.10.1 | |
--- | |
PKGBUILD | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
diff --git a/PKGBUILD b/PKGBUILD | |
index e2e5c56..1d28b76 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,14 +1,14 @@ | |
# Maintainer: David Rodriguez <[email protected]> | |
pkgname=argo-bin | |
-pkgver=2.8.0 | |
+pkgver=2.10.1 | |
pkgrel=1 | |
pkgdesc="Argo Workflows: Get stuff done with Kubernetes" | |
arch=('x86_64') | |
url="https://github.com/argoproj/argo" | |
license=('Apache') | |
-source=("argo_$pkgver::https://github.com/argoproj/argo/releases/download/v$pkgver/argo-linux-amd64") | |
-sha256sums=('979188b6f42f16494d321c1627acf45e447725c60cb040f9b1f0635619721a92') | |
+source=("argo_$pkgver.gz::https://github.com/argoproj/argo/releases/download/v$pkgver/argo-linux-amd64.gz") | |
+md5sums=('2dba709a158cb24ebaff2e9a7cb8378f') | |
package() { | |
install -Dm755 "argo_$pkgver" "$pkgdir/usr/bin/argo" | |
-- | |
2.28.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment