diff options
author | Enmanuel | 2024-11-11 20:44:26 +0000 |
---|---|---|
committer | Enmanuel | 2024-11-11 20:44:26 +0000 |
commit | 2fa15ad215c7f86a4a5e0660a0d41e2cfa30ef77 (patch) | |
tree | 50c4531dcf0bb56453a8282baf11ae2a341fc0ba | |
parent | 55c434023452a4a3bcd72943ddf59e23e933e434 (diff) | |
download | aur-lima-bin.tar.gz |
Bumping to v1.0.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |