summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Marolt2018-07-06 08:33:43 +0200
committerAndrej Marolt2018-07-06 08:33:43 +0200
commit0c1b24893393425fb8c8416c9cf5200496d4b9e8 (patch)
tree3844c6ab025b1d08212334519e0df27a56d957e3 /PKGBUILD
parenta910d9bb13dca92d750e084b1d90895687509218 (diff)
downloadaur-0c1b24893393425fb8c8416c9cf5200496d4b9e8.tar.gz
Release v1.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eda1e2724de2..8351dc999666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ pkgname=openshift-source-to-image
_release=v1.1.11
_commit=78a76d97
pkgver=1.1.11
-pkgrel=1
+pkgrel=2
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"
license=('Apache')
source=("https://github.com/openshift/source-to-image/releases/download/${_release}/source-to-image-${_release}-${_commit}-linux-amd64.tar.gz")
-md5sums=('e23e47bdef21a82e091512cc83080d4e')
+md5sums=('5ada6a338d660c339bac075e580858d9')
build() {
echo "Installing source-to-image"