summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-03-01 22:15:31 +0800
committerlilac2023-03-01 22:15:31 +0800
commitc50d7677c7894440b803390ebd821b37489c6764 (patch)
tree43fb4dfc086e223ebb59c9f15ca7bec1b676158b
parent8eafd7fc1778ff7964b3bda2c007327903dff941 (diff)
downloadaur-c50d7677c7894440b803390ebd821b37489c6764.tar.gz
[lilac] updated to 2.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af7a42afb455..8608d3df416c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = okteto
pkgdesc = Build better applications by developing and testing your code directly in Kubernetes.
- pkgver = 2.12.1
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/okteto/okteto
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = okteto
license = Apache
makedepends = go-pie
optdepends = kubectl
- source = okteto-2.12.1.tar.gz::https://github.com/okteto/okteto/archive/2.12.1.tar.gz
- sha256sums = 6b8c283315d5ec339f1aa9cce8b33c46d78f9ef3ad1d11200977b59cd0f51396
+ source = okteto-2.13.0.tar.gz::https://github.com/okteto/okteto/archive/2.13.0.tar.gz
+ sha256sums = 5ffbe8bf4f872038bc813264902cc845a68b7c0771ff376c4186b69c554cac48
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 8db94a5afcb1..8ef13da34e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=2.12.1
+pkgver=2.13.0
pkgrel=1
pkgdesc="Build better applications by developing and testing your code directly in Kubernetes."
arch=(x86_64 aarch64)
@@ -9,7 +9,7 @@ license=(Apache)
optdepends=(kubectl)
makedepends=(go-pie)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/okteto/okteto/archive/${pkgver}.tar.gz")
-sha256sums=('6b8c283315d5ec339f1aa9cce8b33c46d78f9ef3ad1d11200977b59cd0f51396')
+sha256sums=('5ffbe8bf4f872038bc813264902cc845a68b7c0771ff376c4186b69c554cac48')
build() {
cd "$pkgname-$pkgver"