summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-05-16 20:22:59 +0000
committerEnmanuel2022-05-16 20:22:59 +0000
commit6e2faa928166cd50e13badbce687ef6f76377369 (patch)
treee1d4f51adb83d113ac408ee532cabae518a34f3f
parenteddc8bf02af638cf995826c46c8276271737ef7c (diff)
downloadaur-6e2faa928166cd50e13badbce687ef6f76377369.tar.gz
Updating to version 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7d967581abc..44824f035d96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = colima
pkgdesc = Container runtimes on macOS (and Linux) with minimal setup.
- pkgver = 0.3.4
+ pkgver = 0.4.0
pkgrel = 4
url = https://github.com/abiosoft/colima
arch = x86_64
license = MIT
- source = https://github.com/abiosoft/colima/releases/download/v0.3.4/colima-Linux-x86_64
- source = https://raw.githubusercontent.com/abiosoft/colima/v0.3.4/LICENSE
- sha256sums = 9d8ed5a4cf2e0c30ea8f42f97696893802c88c81b2acffacad51841b48050155
+ source = https://github.com/abiosoft/colima/releases/download/v0.4.0/colima-Linux-x86_64
+ source = https://raw.githubusercontent.com/abiosoft/colima/v0.4.0/LICENSE
+ sha256sums = 76fb5f3de0bee3d3b7baee1374be746c618a90d6aa1426c668dfe4b172cfa6af
sha256sums = e5ce0844732e29a77f349cc332fcb6ab75617393f9e565ac6509c7b681d95eea
pkgname = colima
diff --git a/PKGBUILD b/PKGBUILD
index d765956b5368..4c66f1b53757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=colima
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=4
pkgdesc="Container runtimes on macOS (and Linux) with minimal setup."
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"https://github.com/abiosoft/${pkgname}/releases/download/v${pkgver}/${pkgname}-Linux-x86_64"
"https://raw.githubusercontent.com/abiosoft/colima/v${pkgver}/LICENSE"
)
-sha256sums=('9d8ed5a4cf2e0c30ea8f42f97696893802c88c81b2acffacad51841b48050155'
+sha256sums=('76fb5f3de0bee3d3b7baee1374be746c618a90d6aa1426c668dfe4b172cfa6af'
'e5ce0844732e29a77f349cc332fcb6ab75617393f9e565ac6509c7b681d95eea')
package() {