summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d74a782e57d7..cccc0f608743 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.6
+ pkgver = 1.1.7
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.6/source-to-image-v1.1.6-f519129-linux-amd64.tar.gz
- md5sums = 1bc2adbaf126ada633fafb3e0cd8dc3e
+ source = https://github.com/openshift/source-to-image/releases/download/v1.1.7/source-to-image-v1.1.7-226afa1-linux-amd64.tar.gz
+ md5sums = e23e47bdef21a82e091512cc83080d4e
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index 99b2d1dd6d5c..043ec9dbc4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.6
-_commit=f519129
-pkgver=1.1.6
+_release=v1.1.7
+_commit=226afa1
+pkgver=1.1.7
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=('1bc2adbaf126ada633fafb3e0cd8dc3e')
+md5sums=('e23e47bdef21a82e091512cc83080d4e')
build() {
echo "Installing source-to-image"