summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Marolt2016-11-13 04:06:13 +0100
committerAndrej Marolt2016-11-13 04:06:13 +0100
commit1a0d10908cb6c3c3114f5d4522c7b7033d03b1b2 (patch)
tree85fff424e13dd1f18aaabb18999af710b970fa01 /PKGBUILD
parent1824d5cb57db8f7a694f632147a8147ba9201b29 (diff)
downloadaur-1a0d10908cb6c3c3114f5d4522c7b7033d03b1b2.tar.gz
Release v1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35af9db5ae30..c26e6d36ada4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.1
-_commit=724c0dd
-pkgver=1.1.1
+_release=v1.1.3
+_commit=ddb10f1
+pkgver=1.1.3
pkgrel=1
pkgdesc="A tool for building/building artifacts from source and injecting into docker images"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/openshift/source-to-image"
license=('Apache')
install=${pkgname}.install
source=("https://github.com/openshift/source-to-image/releases/download/${_release}/source-to-image-${_release}-${_commit}-linux-amd64.tar.gz")
-md5sums=('95c968dc6d00d09bb85b397443758478')
+md5sums=('c125940730914217919641c4532db011')
build() {
echo "Installing source-to-image"