diff options
author | lilac | 2024-02-15 05:16:09 +0800 |
---|---|---|
committer | lilac | 2024-02-15 05:16:09 +0800 |
commit | a2fffe67afa0c41fb0346db5f6ea96a13501718e (patch) | |
tree | aa85d3684f0205c0c7c69214248152309b604298 /PKGBUILD | |
parent | 2bcefe5deee0d5c6312cf43dc49cca6135bd7096 (diff) | |
download | aur-a2fffe67afa0c41fb0346db5f6ea96a13501718e.tar.gz |
[lilac] updated to 2.25.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: simonsmh <simonsmh@gmail.com> pkgname=okteto -pkgver=2.25.1 +pkgver=2.25.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=('c1f6749cd506321d463c17b87f62de0f4d9548b9259aff7c7e57186296590310') +sha256sums=('eab16fd286b941fd54dced57a3221d386c4f60aa2e38a02ed7a9f5ef7224dad4') build() { cd "$pkgname-$pkgver" |