summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b19dd4db9f..f7cf48c4e166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = timoni-bin
pkgdesc = Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/stefanprodan/timoni
arch = x86_64
license = Apache 2
provides = timoni-bin
conflicts = timoni
- source = timoni-0.20.0.tar.gz::https://github.com/stefanprodan/timoni/releases/download/v0.20.0/timoni_0.20.0_linux_amd64.tar.gz
- sha256sums = b856842cda610bbb9da5d6a2361b19377eb1572603844664730b5d7429079021
+ source = timoni-0.21.0.tar.gz::https://github.com/stefanprodan/timoni/releases/download/v0.21.0/timoni_0.21.0_linux_amd64.tar.gz
+ sha256sums = d3886d95647287898080ac72fd322b68587504679c526f72718cab45fc366e8a
pkgname = timoni-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5b28aef7ceef..5c16fcbc2be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=timoni-bin
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('timoni-bin')
license=('Apache 2')
source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('b856842cda610bbb9da5d6a2361b19377eb1572603844664730b5d7429079021')
+sha256sums=('d3886d95647287898080ac72fd322b68587504679c526f72718cab45fc366e8a')
package() {
cd "${srcdir}"