summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-06-19 10:55:56 +0800
committerlilac2020-06-19 10:55:56 +0800
commit29b8c1d5c373f7ee2aa2258cdc9d17628dc2bc5a (patch)
tree9b62b5c9517d2ae09a5c85299c21b9f7fc69255b
parentfb9fbe063abc011659554c21d4d002f8f5cac401 (diff)
downloadaur-29b8c1d5c373f7ee2aa2258cdc9d17628dc2bc5a.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3209f2855072..509c9c4a4b15 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 = 1.8.11
+ pkgver = 1.8.12
pkgrel = 1
url = https://github.com/okteto/okteto
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = okteto
license = Apache
makedepends = go-pie
optdepends = kubectl
- source = okteto-1.8.11.tar.gz::https://github.com/okteto/okteto/archive/1.8.11.tar.gz
- sha256sums = 3831c56e7b029e1b33035b603747876dda610df8b9cf97c5f1576dd8e207f1e4
+ source = okteto-1.8.12.tar.gz::https://github.com/okteto/okteto/archive/1.8.12.tar.gz
+ sha256sums = 75b76b7519d263db1b3bc85f0114e24d5f0e29744b0aeb349ebdf24fce8306d6
pkgname = okteto
diff --git a/PKGBUILD b/PKGBUILD
index 4bb6994cccb1..bc68cca8c586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: simonsmh <simonsmh@gmail.com>
pkgname=okteto
-pkgver=1.8.11
+pkgver=1.8.12
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=('3831c56e7b029e1b33035b603747876dda610df8b9cf97c5f1576dd8e207f1e4')
+sha256sums=('75b76b7519d263db1b3bc85f0114e24d5f0e29744b0aeb349ebdf24fce8306d6')
build() {
cd "$pkgname-$pkgver"