summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMateusz Gozdek2021-06-21 11:32:21 +0200
committerMateusz Gozdek2021-06-21 11:32:21 +0200
commit6ca07f7bd210309422ee71d95dd5e87e19f300ab (patch)
tree1fb6a97c572756e30e356c1b693ca3757ebac55c /PKGBUILD
parent960cc610310d7e30a792afafef9fffa2479a0bb3 (diff)
downloadaur-ct.tar.gz
Update to v0.9.1 Kinvolk's fork
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {