summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2024-03-08 17:11:21 +0000
committerEnmanuel2024-03-08 17:11:21 +0000
commit79e5e2a0c9260aed69f2b4c84ab07de6cafd7d13 (patch)
tree3135bb46b2d3e4005903f9c41bb0314f7b3b2715 /PKGBUILD
parent3a507ff39cca6a76e4e9adbbdf3f628a437c78a0 (diff)
downloadaur-lima-gui.tar.gz
Updating to version 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a031372db9bc..36412f226445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=lima-gui
-pkgver=0.3.1
+pkgver=0.4.1
pkgrel=2
pkgdesc="Making a GUI for lima VM."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('lima' 'qt5-base')
makedepends=('qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/afbjorklund/lima-gui/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('39e4b93bdae0b836faeeef295b3a5b30602f0002d61a2c18fd2c2345ec06a81f')
+sha256sums=('56f725167d4833873c97dfda9c6810b8ab00c15834e46010e668da510a25677b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"