summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2019-11-07 11:43:40 +0100
committerFabien LEFEBVRE2019-11-07 11:43:40 +0100
commitf55ef604eb2e358e0632856f9f4a652888656bca (patch)
tree0951f189e62e5af1e34da843d64770091e4387c1
parente4889540119859ef997731a5e9933537abb9afe9 (diff)
downloadaur-f55ef604eb2e358e0632856f9f4a652888656bca.tar.gz
upgpkg: procfile-util 0.7.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 415c2279a31e..dec6dc365809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = procfile-util
pkgdesc = A tool for interacting with Procfiles.
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/josegonzalez/go-procfile-util
arch = x86_64
license = MIT
- source = https://github.com/josegonzalez/go-procfile-util/releases/download/v0.6.0/procfile-util_0.6.0_linux_x86_64.tgz
- sha256sums = 45a4f91a2888d294ba773a80b032575f0cca430f7200b6a3bd02235f233b2605
+ source = https://github.com/josegonzalez/go-procfile-util/releases/download/v0.7.0/procfile-util_0.7.0_linux_x86_64.tgz
+ sha256sums = e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471
pkgname = procfile-util
diff --git a/PKGBUILD b/PKGBUILD
index 4b7acb9bffe5..bccaac418a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=procfile-util
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='A tool for interacting with Procfiles.'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/josegonzalez/go-procfile-util'
license=(MIT)
source=("https://github.com/josegonzalez/go-procfile-util/releases/download/v${pkgver}/procfile-util_${pkgver}_linux_x86_64.tgz")
-sha256sums=('45a4f91a2888d294ba773a80b032575f0cca430f7200b6a3bd02235f233b2605')
+sha256sums=('e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471')
package() {
install -Dm 755 procfile-util "${pkgdir}/usr/bin/procfile-util"