summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2023-12-18 20:54:39 +0000
committerEnmanuel2023-12-18 20:54:39 +0000
commitee6a8c32f6bf2c8943e661f36c823d38ee3751e8 (patch)
treee495c06007e6a411da5469d292aa23bd3d22cec0 /PKGBUILD
parent95d35bd7acae9e7f9b51d67fae764af2f346bd89 (diff)
downloadaur-ee6a8c32f6bf2c8943e661f36c823d38ee3751e8.tar.gz
Bumped to v0.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 121ffd57a164..d44dab22e186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=lima
-pkgver=0.18.0
+pkgver=0.19.1
pkgrel=1
pkgdesc="Linux virtual machines, typically on macOS, for running containerd."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('lima')
license=('Apache')
makedepends=('go>=1.18' 'git' 'gzip' 'tar' 'gcc' 'make')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lima-vm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f133c6fb3e4a382441d30bd8fc87581649cdd22dfddd0c024f11bf0367a9eac3')
+sha256sums=('54918ad12f6c69ac3d8a5f1e500ddeeeb9488bd9821bc6d8cf8fc49759be96d8')
build() {
cd "${pkgname}-${pkgver}"