summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2024-03-08 17:03:37 +0000
committerEnmanuel2024-03-08 17:03:37 +0000
commit0faa310285b24fbcb85bc59ff136b39f5411482a (patch)
tree9fe4867bf5112813904e3444ddb7a0915bebd33e
parent5d18c800a1ae4eb006a04e2f372798ee4743680a (diff)
downloadaur-0faa310285b24fbcb85bc59ff136b39f5411482a.tar.gz
Bumped to v0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357b818d847b..99b19dd4db9f 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.18.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/stefanprodan/timoni
arch = x86_64
license = Apache 2
provides = timoni-bin
conflicts = timoni
- source = timoni-0.18.0.tar.gz::https://github.com/stefanprodan/timoni/releases/download/v0.18.0/timoni_0.18.0_linux_amd64.tar.gz
- sha256sums = 6090ee254515c2751fcfe1ae9200fc483f013ba9add89970e06299fc564cef19
+ 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
pkgname = timoni-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6d204631c1c..5b28aef7ceef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=timoni-bin
-pkgver=0.18.0
+pkgver=0.20.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=('6090ee254515c2751fcfe1ae9200fc483f013ba9add89970e06299fc564cef19')
+sha256sums=('b856842cda610bbb9da5d6a2361b19377eb1572603844664730b5d7429079021')
package() {
cd "${srcdir}"