diff options
author | lilac | 2020-06-19 10:55:56 +0800 |
---|---|---|
committer | lilac | 2020-06-19 10:55:56 +0800 |
commit | 29b8c1d5c373f7ee2aa2258cdc9d17628dc2bc5a (patch) | |
tree | 9b62b5c9517d2ae09a5c85299c21b9f7fc69255b | |
parent | fb9fbe063abc011659554c21d4d002f8f5cac401 (diff) | |
download | aur-29b8c1d5c373f7ee2aa2258cdc9d17628dc2bc5a.tar.gz |
update by lilac
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |