summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2024-11-11 20:44:26 +0000
committerEnmanuel2024-11-11 20:44:26 +0000
commit2fa15ad215c7f86a4a5e0660a0d41e2cfa30ef77 (patch)
tree50c4531dcf0bb56453a8282baf11ae2a341fc0ba
parent55c434023452a4a3bcd72943ddf59e23e933e434 (diff)
downloadaur-lima-bin.tar.gz
Bumping to v1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ff97fba50d..e9806f574bf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lima-bin
pkgdesc = Linux virtual machines, typically on macOS, for running containerd.
- pkgver = 0.22.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/lima-vm/lima
arch = x86_64
license = MIT
- source = https://github.com/lima-vm/lima/releases/download/v0.22.0/lima-0.22.0-Linux-x86_64.tar.gz
- sha256sums = 58e66114ae1e991512a86b6952ab3a1ffe0e12e08199a9a3ea13c3d2f24b307e
+ source = https://github.com/lima-vm/lima/releases/download/v1.0.1/lima-1.0.1-Linux-x86_64.tar.gz
+ sha256sums = 68b9d39e5a4b218aeaac5f9c0fd4e07cb55b9b853798b8866d4ec00cedb9126a
pkgname = lima-bin
diff --git a/PKGBUILD b/PKGBUILD
index e1f4eddd9606..e744dd824137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkggit=lima
pkgname=lima-bin
-pkgver=0.22.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Linux virtual machines, typically on macOS, for running containerd."
arch=('x86_64')
url="https://github.com/lima-vm/lima"
license=('MIT')
source=("https://github.com/lima-vm/${_pkggit}/releases/download/v${pkgver}/${_pkggit}-${pkgver}-Linux-x86_64.tar.gz")
-sha256sums=('58e66114ae1e991512a86b6952ab3a1ffe0e12e08199a9a3ea13c3d2f24b307e')
+sha256sums=('68b9d39e5a4b218aeaac5f9c0fd4e07cb55b9b853798b8866d4ec00cedb9126a')
package() {
cp -r "${srcdir}" "${pkgdir}"/usr