summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Marolt2018-10-31 15:24:30 +0100
committerAndrej Marolt2018-10-31 15:24:30 +0100
commitfb9dc16b24ef01199032b2b28c45565741d332f5 (patch)
tree008e652c0cab2eaf03513be3839241972773e807 /PKGBUILD
parent0c1b24893393425fb8c8416c9cf5200496d4b9e8 (diff)
downloadaur-fb9dc16b24ef01199032b2b28c45565741d332f5.tar.gz
Release v1.1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8351dc999666..dcd7b91e196c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.11
-_commit=78a76d97
-pkgver=1.1.11
-pkgrel=2
+_release=v1.1.12
+_commit=2a783420
+pkgver=1.1.12
+pkgrel=1
pkgdesc="A tool for building artifacts from source and injecting into docker images"
arch=('i686' 'x86_64')
url="https://github.com/openshift/source-to-image"
license=('Apache')
source=("https://github.com/openshift/source-to-image/releases/download/${_release}/source-to-image-${_release}-${_commit}-linux-amd64.tar.gz")
-md5sums=('5ada6a338d660c339bac075e580858d9')
+md5sums=('43aa626f3acb151d5ef3d0075056816e')
build() {
echo "Installing source-to-image"