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 6b3537507bbb..8a695e1e8132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = openshift-source-to-image
pkgdesc = A tool for building artifacts from source and injecting into docker images
- pkgver = 1.1.7
- pkgrel = 7
+ pkgver = 1.1.11
+ pkgrel = 1
url = https://github.com/openshift/source-to-image
arch = i686
arch = x86_64
license = Apache
- source = https://github.com/openshift/source-to-image/releases/download/v1.1.7/source-to-image-v1.1.7-226afa1-linux-amd64.tar.gz
+ source = https://github.com/openshift/source-to-image/releases/download/v1.1.11/source-to-image-v1.1.11-78a76d97-linux-amd64.tar.gz
md5sums = e23e47bdef21a82e091512cc83080d4e
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index 944c7a251cf2..eda1e2724de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.7
-_commit=226afa1
-pkgver=1.1.7
-pkgrel=7
+_release=v1.1.11
+_commit=78a76d97
+pkgver=1.1.11
+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"