diff options
author | lilac | 2023-08-17 04:59:34 +0800 |
---|---|---|
committer | lilac | 2023-08-17 04:59:34 +0800 |
commit | e4200f218640097d738c8e82a48190db9627da8e (patch) | |
tree | b4e2eab122a17b88773ad61ca10c85361e87f898 | |
parent | 213fdf8fb332f5edcfbec06f14cf00b434e789e7 (diff) | |
download | aur-e4200f218640097d738c8e82a48190db9627da8e.tar.gz |
[lilac] updated to 2.19.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.18.3 + pkgver = 2.19.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.18.3.tar.gz::https://github.com/okteto/okteto/archive/2.18.3.tar.gz - sha256sums = d66f6bc23f4495316b7459c1384cfe4f165fa6763cdc2d9da08d5e54d9d58e91 + source = okteto-2.19.0.tar.gz::https://github.com/okteto/okteto/archive/2.19.0.tar.gz + sha256sums = 11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=2.18.3 +pkgver=2.19.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=('d66f6bc23f4495316b7459c1384cfe4f165fa6763cdc2d9da08d5e54d9d58e91') +sha256sums=('11dc934754b92cebbf63cbc57267c80e2cb68b065d1eedd2a1d07586d466a39b') build() { cd "$pkgname-$pkgver" |