diff options
author | lilac | 2024-04-26 20:33:36 +0800 |
---|---|---|
committer | lilac | 2024-04-26 20:33:36 +0800 |
commit | e031a2a7ed5354a74273b5a6a9693ca9701714e0 (patch) | |
tree | 241d5489d8d9a8870e02f2114ba0a9d8dc9eddc7 | |
parent | 7ea2286b8e8a1e488a11d272c90b04bf35f92503 (diff) | |
download | aur-e031a2a7ed5354a74273b5a6a9693ca9701714e0.tar.gz |
[lilac] updated to 2.26.1-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.26.0 + pkgver = 2.26.1 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.26.0.tar.gz::https://github.com/okteto/okteto/archive/2.26.0.tar.gz - sha256sums = 2015386aa186f948a4e2025576dc63695a336c70149db2b940431e943fb7f63b + source = okteto-2.26.1.tar.gz::https://github.com/okteto/okteto/archive/2.26.1.tar.gz + sha256sums = f873a0cfb7a43b92672745e404c1aa3b72840eb8399ffdb93befd3389ace215d pkgname = okteto @@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=2.26.0 +pkgver=2.26.1 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=('2015386aa186f948a4e2025576dc63695a336c70149db2b940431e943fb7f63b') +sha256sums=('f873a0cfb7a43b92672745e404c1aa3b72840eb8399ffdb93befd3389ace215d') build() { cd "$pkgname-$pkgver" |