diff options
author | lilac | 2023-07-05 20:53:10 +0800 |
---|---|---|
committer | lilac | 2023-07-05 20:53:10 +0800 |
commit | a7bb71185bf52cb57ef48615bf7aa5a1cbd98e4d (patch) | |
tree | aeacf90ff6a19cdb6c8979c28a83df614a7d8562 | |
parent | 7f7e89df9ae7570096fc748112eb7bc5adebe4f3 (diff) | |
download | aur-a7bb71185bf52cb57ef48615bf7aa5a1cbd98e4d.tar.gz |
[lilac] updated to 2.17.0-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 = 2.16.5 + pkgver = 2.17.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.16.5.tar.gz::https://github.com/okteto/okteto/archive/2.16.5.tar.gz - sha256sums = f049aed88c40f02ff49274857660bc0bac1f8d5a4fa19d6abcd081aedf8b1036 + source = okteto-2.17.0.tar.gz::https://github.com/okteto/okteto/archive/2.17.0.tar.gz + sha256sums = 7b5e7b7b37bc8de667d6f7544519a8f8b40f929719f80d0c4c1371715a30b8c1 pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=2.16.5 +pkgver=2.17.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=('f049aed88c40f02ff49274857660bc0bac1f8d5a4fa19d6abcd081aedf8b1036') +sha256sums=('7b5e7b7b37bc8de667d6f7544519a8f8b40f929719f80d0c4c1371715a30b8c1') build() { cd "$pkgname-$pkgver" |