diff options
author | lilac | 2021-12-21 20:48:54 +0800 |
---|---|---|
committer | lilac | 2021-12-21 20:48:54 +0800 |
commit | fca2f7fd854daf9a15d0a84ed83cc3e99ecf3248 (patch) | |
tree | 7816b36b133abb5bd635b9deafde87abb1cec381 | |
parent | 9c7925a16f6db96a39156aa83066ca0fb6c0ff87 (diff) | |
download | aur-fca2f7fd854daf9a15d0a84ed83cc3e99ecf3248.tar.gz |
[lilac] updated to 1.14.10-1
-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.14.9 + pkgver = 1.14.10 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-1.14.9.tar.gz::https://github.com/okteto/okteto/archive/1.14.9.tar.gz - sha256sums = 54d6a90d5404ff26b0286ee970455c6620af62018e6f48bcdcb21ca49bc1ed5a + source = okteto-1.14.10.tar.gz::https://github.com/okteto/okteto/archive/1.14.10.tar.gz + sha256sums = efe40d9fda04faf6c64dc02a1c66cfbc235233812de6889a28751f91da0aefac pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=1.14.9 +pkgver=1.14.10 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=('54d6a90d5404ff26b0286ee970455c6620af62018e6f48bcdcb21ca49bc1ed5a') +sha256sums=('efe40d9fda04faf6c64dc02a1c66cfbc235233812de6889a28751f91da0aefac') build() { cd "$pkgname-$pkgver" |