summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2023-01-16 22:23:42 +0000
committerEnmanuel2023-01-16 22:23:42 +0000
commit95a825fbb9110f0a635f84d032d0634b0de34198 (patch)
tree2f5a830aeeaecaff45ae127e2c49842914a1bf10 /PKGBUILD
parent9c7b18f5583a3db31faa0de37e9005b0f26e60fb (diff)
downloadaur-95a825fbb9110f0a635f84d032d0634b0de34198.tar.gz
Bumped to v0.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97249e7f2818..915fd510cd15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=lima
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=3
pkgdesc="Linux virtual machines, typically on macOS, for running containerd."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('rover')
license=('MIT')
makedepends=('go>=1.17' 'git' 'gzip' 'tar' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lima-vm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9fac8e00325f6bbb94115850349e49ec8db9b69e4316c60fd2c1c96bde1ae0fb')
+sha256sums=('8d6cd72dd1670c6ade1f92ede6dc01ab64cbeec38fbaba617d9aa93f59ca1ae1')
build() {
cd "${pkgname}-${pkgver}"