summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2016-11-13 04:06:13 +0100
committerAndrej Marolt2016-11-13 04:06:13 +0100
commit1a0d10908cb6c3c3114f5d4522c7b7033d03b1b2 (patch)
tree85fff424e13dd1f18aaabb18999af710b970fa01
parent1824d5cb57db8f7a694f632147a8147ba9201b29 (diff)
downloadaur-1a0d10908cb6c3c3114f5d4522c7b7033d03b1b2.tar.gz
Release v1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb8b6922ceb..34ba41eabb20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = openshift-source-to-image
pkgdesc = A tool for building/building artifacts from source and injecting into docker images
- pkgver = 1.1.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/openshift/source-to-image
install = openshift-source-to-image.install
arch = i686
arch = x86_64
license = Apache
- source = https://github.com/openshift/source-to-image/releases/download/v1.1.1/source-to-image-v1.1.1-724c0dd-linux-amd64.tar.gz
- md5sums = 95c968dc6d00d09bb85b397443758478
+ source = https://github.com/openshift/source-to-image/releases/download/v1.1.3/source-to-image-v1.1.3-ddb10f1-linux-amd64.tar.gz
+ md5sums = c125940730914217919641c4532db011
pkgname = openshift-source-to-image
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"