summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Nave2023-07-26 10:00:21 +0200
committerClaudio Nave2023-07-26 10:00:21 +0200
commit20d0450e71001f4295f2ee05a97ee9f485bad972 (patch)
tree5e2886cd9ab3864aa47a184c691c68b9adda6f2b
parente1e82656f8a8b890e0732e0b38687ffcd785847f (diff)
downloadaur-20d0450e71001f4295f2ee05a97ee9f485bad972.tar.gz
Releave v1.3.8
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7980b1c52b9..8940f5cbcfed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = openshift-source-to-image
pkgdesc = A tool for building artifacts from source and injecting into docker images
- pkgver = 1.3.1
+ pkgver = 1.3.8
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.1/source-to-image-v1.3.1-a5a77147-linux-amd64.tar.gz
- md5sums = 7eb9785235c0bac4dc8ebe9a00fe0cdd
+ source = https://github.com/openshift/source-to-image/releases/download/v1.3.8/source-to-image-v1.3.8-980ca195-linux-amd64.tar.gz
+ sha256sums = 19fb08674bfacd561991737d00de3c5c3c05aed163e05321b50d0adbe186ea7b
pkgname = openshift-source-to-image
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c6a9b954b0ed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 72d62e87cccf..a3d26e60952d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
+# Maintainer: Claudio Nave <claudio nave nine seven at gmail dot com>
+# Contributor: Andrej Marolt <andrej.marolt@gmail.com>
+
pkgname=openshift-source-to-image
-_release=v1.3.1
-_commit=a5a77147
-pkgver=1.3.1
+pkgver=1.3.8
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=('7eb9785235c0bac4dc8ebe9a00fe0cdd')
+source=("https://github.com/openshift/source-to-image/releases/download/v${pkgver}/source-to-image-v${pkgver}-980ca195-linux-amd64.tar.gz")
+sha256sums=('19fb08674bfacd561991737d00de3c5c3c05aed163e05321b50d0adbe186ea7b')
build() {
echo "Installing source-to-image"