Package Details: kurtosis-cli-bin 0.88.18-1

Git Clone URL: https://aur.archlinux.org/kurtosis-cli-bin.git (read-only, click to copy)
Package Base: kurtosis-cli-bin
Description: Kurtosis is a platform for packaging and launching environments of containerized services with a focus on approachability for the average developer.
Upstream URL: https://github.com/kurtosis-tech/kurtosis
Keywords: kurtosis-cli
Licenses: Business Source License 1.1
Submitter: debendraoli
Maintainer: debendraoli
Last Packager: debendraoli
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-15 19:31 (UTC)
Last Updated: 2024-04-23 00:11 (UTC)

Latest Comments

winksaville commented on 2024-04-18 14:17 (UTC)

debendraoli, txs for updating and automating!

debendraoli commented on 2024-04-18 07:45 (UTC)

I have automated build setup which runs every 12hr.

winksaville commented on 2024-04-17 19:51 (UTC) (edited on 2024-04-17 19:59 (UTC) by winksaville)

I updated pkgver to 0.88.17 and went to releases downloaded the checksums.txt got the appropriate one "8de64e5100d542f51f284cf50493b26398f31fa27be25ac5e5331aee8cef2db3 kurtosis-cli_0.88.17_linux_amd64.tar.gz"

Then updated PKGBUILD, here is the diff:


diff --git a/PKGBUILD b/PKGBUILD
index 1bd5fc3..025a482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Debendra Oli <debendraoli@pm.me>

 pkgname=kurtosis-cli-bin
-pkgver=0.88.14
+pkgver=0.88.17
 pkgrel=1
 pkgdesc="Kurtosis is a platform for packaging and launching environments of containerized services with a focus on approachability for the average developer."
 arch=('x86_64')
@@ -9,7 +9,11 @@ depends=('docker')
 url="https://github.com/kurtosis-tech/kurtosis"
 license=('Business Source License 1.1')
 source=("$pkgname-${pkgver//_/-}.tar.gz::${url}-cli-release-artifacts/releases/download/$pkgver/kurtosis-cli_${pkgver}_linux_amd64.tar.gz" "kurtosis.service" "kurtosis-cli-bin.install")
-sha256sums=('1f27947b719c522a8a63b5417365dcd4f2e801d3889b8d02cdc0f0f17ac8b905' 'c6cb71131db441b91fbd550c61fbbdd1ae3e121803f5460083a1e71c70db3cd9' 'ce59007498a06daddae5e6f8b2e193ac77d344fdaf3521219eaa22cab6b8d17f')
+sha256sums=(
+  '8de64e5100d542f51f284cf50493b26398f31fa27be25ac5e5331aee8cef2db3'
+  'c6cb71131db441b91fbd550c61fbbdd1ae3e121803f5460083a1e71c70db3cd9'
+  'ce59007498a06daddae5e6f8b2e193ac77d344fdaf3521219eaa22cab6b8d17f'
+)

 install=$pkgname.install