summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2017-05-22 22:40:40 +0200
committerAndrej Marolt2017-05-22 22:40:40 +0200
commit24a260989aca6c95ecac957ca52088658cca1a7c (patch)
tree896e4e02e164419525908d9fb3e28c9cc5bb8fd3
parent1a0d10908cb6c3c3114f5d4522c7b7033d03b1b2 (diff)
downloadaur-24a260989aca6c95ecac957ca52088658cca1a7c.tar.gz
Release v1.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34ba41eabb20..d74a782e57d7 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.3
+ pkgver = 1.1.6
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.3/source-to-image-v1.1.3-ddb10f1-linux-amd64.tar.gz
- md5sums = c125940730914217919641c4532db011
+ source = https://github.com/openshift/source-to-image/releases/download/v1.1.6/source-to-image-v1.1.6-f519129-linux-amd64.tar.gz
+ md5sums = 1bc2adbaf126ada633fafb3e0cd8dc3e
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index c26e6d36ada4..99b2d1dd6d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.3
-_commit=ddb10f1
-pkgver=1.1.3
+_release=v1.1.6
+_commit=f519129
+pkgver=1.1.6
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=('c125940730914217919641c4532db011')
+md5sums=('1bc2adbaf126ada633fafb3e0cd8dc3e')
build() {
echo "Installing source-to-image"