summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-02-01 11:07:51 +0100
committerD1ceWard2022-02-01 11:07:51 +0100
commitbb893b27cdaaacc193372f4d9940f914b87f77b6 (patch)
tree5f63a915078871911831e5d13b78efa508bbb487
parent85f76da59fbdd22fec0672887ff5e6699f298fd6 (diff)
downloadaur-bb893b27cdaaacc193372f4d9940f914b87f77b6.tar.gz
upgpkg: procfile-util 0.14.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217eb78e3894..03ec5bd3d1ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = procfile-util
pkgdesc = A tool for interacting with Procfiles.
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/josegonzalez/go-procfile-util
arch = x86_64
license = MIT
source = https://github.com/josegonzalez/go-procfile-util/releases/download/v0.14.0/procfile-util_0.14.0_linux_amd64.tgz
source = https://raw.githubusercontent.com/dokku/procfile-util/master/LICENSE
- sha256sums = 746526431e983c55896f2fb9c7f6f6b05d04d38087738c59c482af34ae55962c
+ sha256sums = dcf130080e5719a498091219fd8631258919e6b4a70ff9dffbe9865ae63e7f92
sha256sums = 725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321
pkgname = procfile-util
diff --git a/.gitignore b/.gitignore
index f9ecc0a87e76..0aff66deac4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/src/
/pkg/
/*.tgz
+/LICENSE
/*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 70ca6f8451cf..8e1d9751989c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=procfile-util
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for interacting with Procfiles.'
arch=('x86_64')
url='https://github.com/josegonzalez/go-procfile-util'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.tgz"
'https://raw.githubusercontent.com/dokku/procfile-util/master/LICENSE')
-sha256sums=('746526431e983c55896f2fb9c7f6f6b05d04d38087738c59c482af34ae55962c'
+sha256sums=('dcf130080e5719a498091219fd8631258919e6b4a70ff9dffbe9865ae63e7f92'
'725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321')
package() {