summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2024-03-08 16:44:23 +0000
committerEnmanuel2024-03-08 16:44:23 +0000
commit976ce60145153cdcb8233983c9f9518d360befa5 (patch)
tree53c108ee614d78c867dfaf2200ee771f90271fd4
parentdd0dfd19c8e4423b564428b7f224ea51d0ba4785 (diff)
downloadaur-colima.tar.gz
Bumped to v0.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7227c74259d1..7fc23914645b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colima
pkgdesc = Container runtimes on macOS (and Linux) with minimal setup.
- pkgver = 0.5.6
+ pkgver = 0.6.8
pkgrel = 1
url = https://github.com/abiosoft/colima
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = colima
makedepends = gcc
provides = colima
conflicts = colima-bin
- source = https://github.com/abiosoft/colima/archive/v0.5.6.tar.gz
- sha256sums = 76e53fb9fa003ba328b191c289049aeb9829b1c933384eee58e90f92636767b9
+ source = https://github.com/abiosoft/colima/archive/v0.6.8.tar.gz
+ sha256sums = cfac3e086bbf706b550592fdac787f13b05cc43e361277cf06da59429afb6ea5
pkgname = colima
diff --git a/PKGBUILD b/PKGBUILD
index 5cf94619d95c..4893f3ae2684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=colima
-pkgver=0.5.6
+pkgver=0.6.8
pkgrel=1
pkgdesc="Container runtimes on macOS (and Linux) with minimal setup."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('colima')
license=('MIT')
makedepends=('go>=1.20' 'git' 'gzip' 'tar' 'gcc')
source=( "https://github.com/abiosoft/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('76e53fb9fa003ba328b191c289049aeb9829b1c933384eee58e90f92636767b9')
+sha256sums=('cfac3e086bbf706b550592fdac787f13b05cc43e361277cf06da59429afb6ea5')
build() {
cd "${pkgname}-${pkgver}"