summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2020-09-07 00:36:41 +0300
committeralex2020-09-07 00:36:41 +0300
commit6b3a0c528e59f1a736ce81bc26e7a0efe8e95acc (patch)
treeecf200db7143e85eaaccc6327d9c4fd350439c11
parent5d0124f07f8be1b415f1f992d89ed2706159e4ac (diff)
downloadaur-6b3a0c528e59f1a736ce81bc26e7a0efe8e95acc.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec01c6e7dec..180c8fc4b33b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = porter-bin
pkgdesc = A utility to help make your application + etc (env/tool) as a versioned bundle that you can distribute, and then install with a single command
- pkgver = 0.27.1
+ pkgver = 0.28.1
pkgrel = 3
epoch = 1
url = https://github.com/deislabs/porter
@@ -13,8 +13,8 @@ pkgbase = porter-bin
optdepends = aws-cli: cli for Amazon Web Services
optdepends = google-cloud-sdk: gcloud - command-line tools for the Google Cloud Platform
provides = porter
- source = porter-bin-0.27.1::https://cdn.porter.sh/v0.27.1/porter-linux-amd64
- sha512sums = d9d5a20d21164e4bb61a54fa4681689e50986915a50e54a07db81d805eff7a2163103a64da1557abc0b91730e77dcd13d3be0cc728d42d91a732c68df93e03f6
+ source = porter-bin-0.28.1::https://cdn.porter.sh/v0.28.1/porter-linux-amd64
+ sha512sums = 87ef0021c98bfa44352a23bfba9a910cce41d0131a287eba404bdbdb5de89918ecf8f52c790e514669677ce3b6edaca3c33a97d4a15474689d8ad3bcb78ba6d6
pkgname = porter-bin
diff --git a/PKGBUILD b/PKGBUILD
index 472c2d3a50ca..1642dacdda5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: alex4ip <alex4ip@gmail.com>
pkgname=porter-bin
-pkgver=0.27.1
+pkgver=0.28.1
pkgrel=3
epoch=1
pkgdesc='A utility to help make your application + etc (env/tool) as a versioned bundle that you can distribute, and then install with a single command'
@@ -18,7 +18,7 @@ optdepends=('kubernetes-bin'
provides=('porter')
#makedepends=('go')
source=("$pkgname-$pkgver::https://cdn.porter.sh/v${pkgver}/porter-linux-amd64")
-sha512sums=('d9d5a20d21164e4bb61a54fa4681689e50986915a50e54a07db81d805eff7a2163103a64da1557abc0b91730e77dcd13d3be0cc728d42d91a732c68df93e03f6')
+sha512sums=('87ef0021c98bfa44352a23bfba9a910cce41d0131a287eba404bdbdb5de89918ecf8f52c790e514669677ce3b6edaca3c33a97d4a15474689d8ad3bcb78ba6d6')
package() {
#mkdir -p "${pkgdir}/opt"