summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-11-07 17:56:44 +0000
committerEnmanuel2023-11-07 17:56:44 +0000
commit1423d2ccd57d51e174397a03ad3a77b94d603000 (patch)
treeb5760dacbda95b85d7d5ed2ef8f59b6b641a5383
parent9e1b82f239529331c1834e33abd7d2aca0d45533 (diff)
downloadaur-1423d2ccd57d51e174397a03ad3a77b94d603000.tar.gz
Bumped to v0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef1332353205..3182362c977a 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.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/stefanprodan/timoni
arch = x86_64
license = Apache 2
provides = timoni-bin
conflicts = timoni
- source = timoni-0.14.0.tar.gz::https://github.com/stefanprodan/timoni/releases/download/v0.14.0/timoni_0.14.0_linux_amd64.tar.gz
- sha256sums = 4fea2108a2846956a51752a59af3bd227846c0cd00ba5ac18822fffa1601ae12
+ source = timoni-0.15.0.tar.gz::https://github.com/stefanprodan/timoni/releases/download/v0.15.0/timoni_0.15.0_linux_amd64.tar.gz
+ sha256sums = b0b3bbd4738397a7a3b73201015778fcd7dc8fe351e2968aa8b843d11ddae09b
pkgname = timoni-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7b7b7c57e023..dc97903bd897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=timoni-bin
-pkgver=0.14.0
+pkgver=0.15.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=('4fea2108a2846956a51752a59af3bd227846c0cd00ba5ac18822fffa1601ae12')
+sha256sums=('b0b3bbd4738397a7a3b73201015778fcd7dc8fe351e2968aa8b843d11ddae09b')
package() {
cd "${srcdir}"