summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2022-11-01 15:56:00 +0000
committerEnmanuel2022-11-01 15:56:00 +0000
commit07e95f5c73837b615fed0d0aa46f5638706b1119 (patch)
treebe314c1be8c29801c3efecf8bf20483d9c961043 /PKGBUILD
parentfd8469f1d6169c87b96a3ff9b4711c8ae411c9f9 (diff)
downloadaur-07e95f5c73837b615fed0d0aa46f5638706b1119.tar.gz
Bumped to v0.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 522a22384e4d..3e5a6df69c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=colima
-pkgver=0.4.4
+pkgver=0.4.6
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=('95543e68a1ebf61ac6f9e60987d493a0682d8c0e5af410d37da7217ebfc69df5')
+sha256sums=('86a127c99edc62337dcb34fde2ca4175d3b332cec1d8a958deabe2ece0bb0286')
build() {
cd "${pkgname}-${pkgver}"