summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Marolt2019-05-28 22:13:35 +0200
committerAndrej Marolt2019-05-28 22:13:35 +0200
commit3deadcf8d94ae649d6deb74e8afab467306874ac (patch)
tree7c49d42958b4513ab5df65b895ecbcf9d5fcbf0e /PKGBUILD
parentfb9dc16b24ef01199032b2b28c45565741d332f5 (diff)
downloadaur-3deadcf8d94ae649d6deb74e8afab467306874ac.tar.gz
Release v1.1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcd7b91e196c..170194be2dc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.12
-_commit=2a783420
-pkgver=1.1.12
+_release=v1.1.14
+_commit=874754de
+pkgver=1.1.14
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"
license=('Apache')
source=("https://github.com/openshift/source-to-image/releases/download/${_release}/source-to-image-${_release}-${_commit}-linux-amd64.tar.gz")
-md5sums=('43aa626f3acb151d5ef3d0075056816e')
+md5sums=('44dfe9832e2d8db6ed446e5a65dd0478')
build() {
echo "Installing source-to-image"