summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2018-07-06 08:33:43 +0200
committerAndrej Marolt2018-07-06 08:33:43 +0200
commit0c1b24893393425fb8c8416c9cf5200496d4b9e8 (patch)
tree3844c6ab025b1d08212334519e0df27a56d957e3
parenta910d9bb13dca92d750e084b1d90895687509218 (diff)
downloadaur-0c1b24893393425fb8c8416c9cf5200496d4b9e8.tar.gz
Release v1.1.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a695e1e8132..d16af5427678 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 = 1
+ pkgrel = 2
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 = e23e47bdef21a82e091512cc83080d4e
+ md5sums = 5ada6a338d660c339bac075e580858d9
pkgname = openshift-source-to-image
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"