summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Nave2024-05-19 23:14:15 +0200
committerClaudio Nave2024-05-19 23:14:15 +0200
commit882d577689c3320698206eb735dfbc00396491b8 (patch)
tree4d1e53e40e40fb5cc240d23515f087f8836c5c74
parent3792b5cad886ecef917a87ca897a6044fcd9d57a (diff)
downloadaur-882d577689c3320698206eb735dfbc00396491b8.tar.gz
Update to version 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faddfb6a5a58..17a0c86e8cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = source-to-image-bin
pkgdesc = A tool for building artifacts from source and injecting into container images
- pkgver = 1.3.9
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/openshift/source-to-image
arch = x86_64
license = Apache-2.0
- source = https://github.com/openshift/source-to-image/releases/download/v1.3.9/source-to-image-v1.3.9-574a2640-linux-amd64.tar.gz
- sha256sums = 6e09fb234c8e8cbef547b9a46036797320cf137f8e06cf5bf8538a64908a93b9
+ source = https://github.com/openshift/source-to-image/releases/download/v1.4.0/source-to-image-v1.4.0-d3544c7e-linux-amd64.tar.gz
+ sha256sums = bd2cfd94bf9ed07a7ae990ce5eef358d3f8fb29327bc9614c82aab03f4ec0feb
pkgname = source-to-image-bin
diff --git a/PKGBUILD b/PKGBUILD
index b385205e51e6..e65e0e03817f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=source-to-image-bin
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="A tool for building artifacts from source and injecting into container images"
arch=('x86_64')
url="https://github.com/openshift/source-to-image"
license=('Apache-2.0')
-source=("https://github.com/openshift/source-to-image/releases/download/v${pkgver}/source-to-image-v${pkgver}-574a2640-linux-amd64.tar.gz")
-sha256sums=('6e09fb234c8e8cbef547b9a46036797320cf137f8e06cf5bf8538a64908a93b9')
+source=("https://github.com/openshift/source-to-image/releases/download/v${pkgver}/source-to-image-v${pkgver}-d3544c7e-linux-amd64.tar.gz")
+sha256sums=('bd2cfd94bf9ed07a7ae990ce5eef358d3f8fb29327bc9614c82aab03f4ec0feb')
build() {
${srcdir}/s2i completion bash > ${srcdir}/s2i.bash