Skip to content

Commit

Permalink
sysutils/chaoskube: Update to 0.32.0
Browse files Browse the repository at this point in the history
Use go 1.22

changeLog:
https://github.com/linki/chaoskube/releases/tag/v0.32.0

Approved by:	garga (mentor, implicit)
  • Loading branch information
Gabriel M. Dutra authored and Gabriel M. Dutra committed Mar 29, 2024
1 parent 6b3a98e commit e8e9aca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions sysutils/chaoskube/Makefile
@@ -1,6 +1,5 @@
PORTNAME= chaoskube
PORTVERSION= 0.31.0
PORTREVISION= 1
PORTVERSION= 0.32.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils

Expand All @@ -11,7 +10,7 @@ WWW= https://github.com/linki/chaoskube
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules
USES= go:1.22,modules
GO_MODULE= github.com/linki/chaoskube

PLIST_FILES= bin/${PORTNAME}
Expand Down
10 changes: 5 additions & 5 deletions sysutils/chaoskube/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1710607435
SHA256 (go/sysutils_chaoskube/chaoskube-v0.31.0/v0.31.0.mod) = 227517dba896ae7bb818db3a836e0c6b4c0dd474f9138172ad305b4d673d6dce
SIZE (go/sysutils_chaoskube/chaoskube-v0.31.0/v0.31.0.mod) = 2839
SHA256 (go/sysutils_chaoskube/chaoskube-v0.31.0/v0.31.0.zip) = 38d9371f052e496d5edd1ff893dbe334b77ae20fb78d42e4202659b4f8c17d44
SIZE (go/sysutils_chaoskube/chaoskube-v0.31.0/v0.31.0.zip) = 205946
TIMESTAMP = 1711739215
SHA256 (go/sysutils_chaoskube/chaoskube-v0.32.0/v0.32.0.mod) = 5ab68e943cca2f7519e0307ee6747461c421b1cde0d8e5416a0e2e9f8a37e609
SIZE (go/sysutils_chaoskube/chaoskube-v0.32.0/v0.32.0.mod) = 2767
SHA256 (go/sysutils_chaoskube/chaoskube-v0.32.0/v0.32.0.zip) = b8b063385d316db535fca581e90d57417f97ce8288241550d1e93544c35d9058
SIZE (go/sysutils_chaoskube/chaoskube-v0.32.0/v0.32.0.zip) = 205842

0 comments on commit e8e9aca

Please sign in to comment.