summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtyom Chernetsov2022-05-22 02:00:59 +0700
committerArtyom Chernetsov2022-05-22 02:00:59 +0700
commit72176774211658763494ec87c77e309123ccb7c4 (patch)
treebe4347ad0f15649141fe8fcc0da4a590f8d7ee3a
parentd3e6b84cd824367400ccd0be3a871744a36db3da (diff)
downloadaur-72176774211658763494ec87c77e309123ccb7c4.tar.gz
Updated to 1.9.1
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2caca5adffa..525f3b1c2b0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = camel-k-bin
pkgdesc = Apache Camel K (a.k.a. Kamel) is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures.
- pkgver = 0.3.3
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/apache/camel-k
arch = x86_64
license = Apache 2.0
- source_x86_64 = https://github.com/apache/camel-k/releases/download/0.3.3/camel-k-client-0.3.3-linux-64bit.tar.gz
- sha256sums_x86_64 = 7137a12c206be640268f564ff834fd1ffecace461954ae88cf357b420f52ebce
+ source_x86_64 = https://github.com/apache/camel-k/releases/download/v1.9.1/camel-k-client-1.9.1-linux-64bit.tar.gz
+ sha256sums_x86_64 = 0c89c16d4ada98694c2788606b128f1955fece02366896963ae1eb3836feb1e0
pkgname = camel-k-bin
-
diff --git a/.gitignore b/.gitignore
index b2c13ebdac19..695b9ccf6347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.tar.gz
*.tar.xz
+*.tar.gz.part
+*.tar.zst
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index 64c6ee63a156..aa79cef7705b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=camel-k-bin
-pkgver=0.3.3
+pkgver=1.9.1
pkgrel=1
pkgdesc="Apache Camel K (a.k.a. Kamel) is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures."
url="https://github.com/apache/camel-k"
license=('Apache 2.0')
arch=('x86_64')
-source_x86_64=("https://github.com/apache/camel-k/releases/download/${pkgver}/camel-k-client-${pkgver}-linux-64bit.tar.gz")
-sha256sums_x86_64=('7137a12c206be640268f564ff834fd1ffecace461954ae88cf357b420f52ebce')
+source_x86_64=("https://github.com/apache/camel-k/releases/download/v${pkgver}/camel-k-client-${pkgver}-linux-64bit.tar.gz")
+sha256sums_x86_64=('0c89c16d4ada98694c2788606b128f1955fece02366896963ae1eb3836feb1e0')
package() {