summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2021-03-03 21:41:14 +0100
committerAndrej Marolt2021-03-03 21:41:14 +0100
commite1e82656f8a8b890e0732e0b38687ffcd785847f (patch)
tree564ce7e708630cdf9da84bb118e9e93ffb977bbd
parent5a76fb9e85f43a478dc7efdc1d6fcd65048d3f68 (diff)
downloadaur-e1e82656f8a8b890e0732e0b38687ffcd785847f.tar.gz
Release v1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64a12c780708..b7980b1c52b9 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.3.0
+ pkgver = 1.3.1
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.3.0/source-to-image-v1.3.0-eed2850f-linux-amd64.tar.gz
- md5sums = 48faddb77cd609ca831ce62dee62b613
+ source = https://github.com/openshift/source-to-image/releases/download/v1.3.1/source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
+ md5sums = 7eb9785235c0bac4dc8ebe9a00fe0cdd
pkgname = openshift-source-to-image
diff --git a/PKGBUILD b/PKGBUILD
index 7518d735933c..72d62e87cccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-source-to-image
-_release=v1.3.0
-_commit=eed2850f
-pkgver=1.3.0
+_release=v1.3.1
+_commit=a5a77147
+pkgver=1.3.1
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=('48faddb77cd609ca831ce62dee62b613')
+md5sums=('7eb9785235c0bac4dc8ebe9a00fe0cdd')
build() {
echo "Installing source-to-image"