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 8dbf396b0b3d..64a12c780708 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.14
+ pkgver = 1.3.0
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.14/source-to-image-v1.1.14-874754de-linux-amd64.tar.gz
- md5sums = 44dfe9832e2d8db6ed446e5a65dd0478
+ source = https://github.com/openshift/source-to-image/releases/download/v1.3.0/source-to-image-v1.3.0-eed2850f-linux-amd64.tar.gz
+ md5sums = 48faddb77cd609ca831ce62dee62b613
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index 170194be2dc6..7518d735933c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.1.14
-_commit=874754de
-pkgver=1.1.14
+_release=v1.3.0
+_commit=eed2850f
+pkgver=1.3.0
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=('44dfe9832e2d8db6ed446e5a65dd0478')
+md5sums=('48faddb77cd609ca831ce62dee62b613')
build() {
echo "Installing source-to-image"