diff options
author | lilac | 2023-04-06 06:57:56 +0800 |
---|---|---|
committer | lilac | 2023-04-06 06:57:56 +0800 |
commit | 0f7b514f79346c4c9400fbb42c691916e5e9c94a (patch) | |
tree | f71a104388458b387bef8f10234b9dbc1fc733b8 | |
parent | ddb671ad102836ffc19c70e4afd018ceccb55c95 (diff) | |
download | aur-0f7b514f79346c4c9400fbb42c691916e5e9c94a.tar.gz |
[lilac] updated to 2.14.2-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.14.1 + pkgver = 2.14.2 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.14.1.tar.gz::https://github.com/okteto/okteto/archive/2.14.1.tar.gz - sha256sums = 300fba32977573a063466ec3f720323eb7fcf7c51e02d719278c92456ea8ee2f + source = okteto-2.14.2.tar.gz::https://github.com/okteto/okteto/archive/2.14.2.tar.gz + sha256sums = b6440333aa9ee25e64dc6525a6018ccff8e53b6b7c815595eca1a509978c4647 pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=2.14.1 +pkgver=2.14.2 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=('300fba32977573a063466ec3f720323eb7fcf7c51e02d719278c92456ea8ee2f') +sha256sums=('b6440333aa9ee25e64dc6525a6018ccff8e53b6b7c815595eca1a509978c4647') build() { cd "$pkgname-$pkgver" |