diff options
author | lilac | 2021-03-26 21:56:39 +0800 |
---|---|---|
committer | lilac | 2021-03-26 21:56:39 +0800 |
commit | d5c5af0023da04bd5406830417d40816357553bb (patch) | |
tree | 99bf0a4fe452866ba06c03842260dbe9d9ed6ab5 | |
parent | af72d1262763c9ccc864eb5f0d27a76ae1d83a7a (diff) | |
download | aur-d5c5af0023da04bd5406830417d40816357553bb.tar.gz |
[lilac] updated to 1.12.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 = 1.11.5 + pkgver = 1.12.0 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.11.5.tar.gz::https://github.com/okteto/okteto/archive/1.11.5.tar.gz - sha256sums = a5ab37aae2ed7b0d3d257ec2594667fb626b341931c7a040d008d542b6fb1c9d + source = okteto-1.12.0.tar.gz::https://github.com/okteto/okteto/archive/1.12.0.tar.gz + sha256sums = 737ea7948589d242c20aae09257e369316264a0924a1990e523809dfdcf484ff pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=1.11.5 +pkgver=1.12.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=('a5ab37aae2ed7b0d3d257ec2594667fb626b341931c7a040d008d542b6fb1c9d') +sha256sums=('737ea7948589d242c20aae09257e369316264a0924a1990e523809dfdcf484ff') build() { cd "$pkgname-$pkgver" |