summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2018-10-31 15:24:30 +0100
committerAndrej Marolt2018-10-31 15:24:30 +0100
commitfb9dc16b24ef01199032b2b28c45565741d332f5 (patch)
tree008e652c0cab2eaf03513be3839241972773e807
parent0c1b24893393425fb8c8416c9cf5200496d4b9e8 (diff)
downloadaur-fb9dc16b24ef01199032b2b28c45565741d332f5.tar.gz
Release v1.1.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16af5427678..655c62824da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = openshift-source-to-image
pkgdesc = A tool for building artifacts from source and injecting into docker images
- pkgver = 1.1.11
- pkgrel = 2
+ pkgver = 1.1.12
+ 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.11/source-to-image-v1.1.11-78a76d97-linux-amd64.tar.gz
- md5sums = 5ada6a338d660c339bac075e580858d9
+ source = https://github.com/openshift/source-to-image/releases/download/v1.1.12/source-to-image-v1.1.12-2a783420-linux-amd64.tar.gz
+ md5sums = 43aa626f3acb151d5ef3d0075056816e
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index 8351dc999666..dcd7b91e196c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.11
-_commit=78a76d97
-pkgver=1.1.11
-pkgrel=2
+_release=v1.1.12
+_commit=2a783420
+pkgver=1.1.12
+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=('5ada6a338d660c339bac075e580858d9')
+md5sums=('43aa626f3acb151d5ef3d0075056816e')
build() {
echo "Installing source-to-image"