summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-06-19 22:48:02 +0000
committerEnmanuel2023-06-19 22:48:02 +0000
commitc88db8fca4ae2ce4727be883b3626b6d1bd8ea64 (patch)
tree6bb4aa6dc3992e49333df7fae4183cefe38a49f1
parent1e126bb8629713831dbc6fe17229d58f07e73b37 (diff)
downloadaur-c88db8fca4ae2ce4727be883b3626b6d1bd8ea64.tar.gz
Bumped to version v0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25369632d5b7..8c0345c8b3b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colima
pkgdesc = Container runtimes on macOS (and Linux) with minimal setup.
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 3
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.4.tar.gz
- sha256sums = 9dc25fee68c02a79493d61ecf563832ce483955db102fbca64d112957ae2e6e8
+ source = https://github.com/abiosoft/colima/archive/v0.5.5.tar.gz
+ sha256sums = 60b3edf5e363d44d280abc1d15173f5f0f051e45b2113d6a813c925582a8b7e2
pkgname = colima
diff --git a/PKGBUILD b/PKGBUILD
index 9b18979643d7..05f65241680b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=colima
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=3
pkgdesc="Container runtimes on macOS (and Linux) with minimal setup."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('colima')
license=('MIT')
makedepends=('go>=1.18' 'git' 'gzip' 'tar' 'gcc')
source=( "https://github.com/abiosoft/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9dc25fee68c02a79493d61ecf563832ce483955db102fbca64d112957ae2e6e8')
+sha256sums=('60b3edf5e363d44d280abc1d15173f5f0f051e45b2113d6a813c925582a8b7e2')
build() {
cd "${pkgname}-${pkgver}"