summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-10-06 00:55:09 +0000
committerEnmanuel2023-10-06 00:55:09 +0000
commitdd0dfd19c8e4423b564428b7f224ea51d0ba4785 (patch)
tree03ed7488cdb1f492b222c6d7db69639989493af1
parentc88db8fca4ae2ce4727be883b3626b6d1bd8ea64 (diff)
downloadaur-dd0dfd19c8e4423b564428b7f224ea51d0ba4785.tar.gz
pkgrel 1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0345c8b3b3..7227c74259d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = colima
pkgdesc = Container runtimes on macOS (and Linux) with minimal setup.
- pkgver = 0.5.5
- pkgrel = 3
+ pkgver = 0.5.6
+ pkgrel = 1
url = https://github.com/abiosoft/colima
arch = x86_64
license = MIT
- makedepends = go>=1.18
+ makedepends = go>=1.20
makedepends = git
makedepends = gzip
makedepends = tar
makedepends = gcc
provides = colima
conflicts = colima-bin
- source = https://github.com/abiosoft/colima/archive/v0.5.5.tar.gz
- sha256sums = 60b3edf5e363d44d280abc1d15173f5f0f051e45b2113d6a813c925582a8b7e2
+ source = https://github.com/abiosoft/colima/archive/v0.5.6.tar.gz
+ sha256sums = 76e53fb9fa003ba328b191c289049aeb9829b1c933384eee58e90f92636767b9
pkgname = colima
diff --git a/PKGBUILD b/PKGBUILD
index 05f65241680b..5cf94619d95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=colima
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.5.6
+pkgrel=1
pkgdesc="Container runtimes on macOS (and Linux) with minimal setup."
arch=('x86_64')
url="https://github.com/abiosoft/colima"
conflicts=('colima-bin')
provides=('colima')
license=('MIT')
-makedepends=('go>=1.18' 'git' 'gzip' 'tar' 'gcc')
+makedepends=('go>=1.20' 'git' 'gzip' 'tar' 'gcc')
source=( "https://github.com/abiosoft/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('60b3edf5e363d44d280abc1d15173f5f0f051e45b2113d6a813c925582a8b7e2')
+sha256sums=('76e53fb9fa003ba328b191c289049aeb9829b1c933384eee58e90f92636767b9')
build() {
cd "${pkgname}-${pkgver}"