summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Gozdek2021-06-21 11:32:21 +0200
committerMateusz Gozdek2021-06-21 11:32:21 +0200
commit6ca07f7bd210309422ee71d95dd5e87e19f300ab (patch)
tree1fb6a97c572756e30e356c1b693ca3757ebac55c
parent960cc610310d7e30a792afafef9fffa2479a0bb3 (diff)
downloadaur-ct.tar.gz
Update to v0.9.1 Kinvolk's fork
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31909eaa17c6..a7ac6e4ab547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ct
pkgdesc = Container Linux Config Transpiler
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
- url = https://github.com/coreos/container-linux-config-transpiler
+ url = https://github.com/kinvolk/container-linux-config-transpiler
arch = any
license = Apache
makedepends = git
makedepends = go
makedepends = make
- source = git+https://github.com/coreos/container-linux-config-transpiler.git#tag=v0.9.0
+ source = git+https://github.com/kinvolk/container-linux-config-transpiler.git#tag=v0.9.1
sha256sums = SKIP
pkgname = ct
-
diff --git a/PKGBUILD b/PKGBUILD
index f96f0a93080e..86d556d3e380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Ľubomír 'The_K' Kučera <lubomir.kucera.jr at gmail.com>
+# Maintainer: Mateusz Gozdek <mgozdekof@gmail.com>
pkgname=ct
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Container Linux Config Transpiler"
arch=('any')
-url='https://github.com/coreos/container-linux-config-transpiler'
+url='https://github.com/kinvolk/container-linux-config-transpiler'
license=('Apache')
makedepends=('git' 'go' 'make')
-source=("git+https://github.com/coreos/container-linux-config-transpiler.git#tag=v${pkgver}")
+source=("git+https://github.com/kinvolk/container-linux-config-transpiler.git#tag=v${pkgver}")
sha256sums=('SKIP')
build() {