summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-08-07 14:52:12 +0200
committerFabien LEFEBVRE (d1ceward)2023-08-07 14:52:12 +0200
commitdfb833e25b70f07d63c6456e0663dca82265a88e (patch)
tree3b22b762091e9550d7ae502f3785557bb117a57c
parentf495ddc87c33a91adff8c4a032a659ae5cbf2bdf (diff)
downloadaur-dfb833e25b70f07d63c6456e0663dca82265a88e.tar.gz
upgpkg: procfile-util 0.16.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD8
4 files changed, 30 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259697bca55d..625459007e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = procfile-util
pkgdesc = A tool for interacting with Procfiles.
- pkgver = 0.15.0
+ pkgver = 0.16.0
pkgrel = 1
- url = https://github.com/josegonzalez/go-procfile-util
+ url = https://github.com/dokku/procfile-util
arch = x86_64
license = MIT
- source = https://github.com/josegonzalez/go-procfile-util/releases/download/v0.15.0/procfile-util_0.15.0_linux_amd64.tgz
- source = https://raw.githubusercontent.com/dokku/procfile-util/master/LICENSE
- sha256sums = baa8f9230710cb55cb6fbf5b02723f9c6dd2016615f647e50ee1048e6c1d16cd
+ source = https://github.com/dokku/procfile-util/releases/download/v0.16.0/procfile-util_0.16.0_linux_amd64.tgz
+ source = LICENSE
+ sha256sums = 675d8d39c6f859b6957aaa7d212f3ac231291a395d27e7e7b1cd25e047df927f
sha256sums = 725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321
pkgname = procfile-util
diff --git a/.gitignore b/.gitignore
index 0aff66deac4a..f9ecc0a87e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
/src/
/pkg/
/*.tgz
-/LICENSE
/*.pkg.tar.zst
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..eb1cc339e115
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2018 Jose Diaz-Gonzalez
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index bca59782b937..f72c03af903c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=procfile-util
-pkgver=0.15.0
+pkgver=0.16.0
pkgrel=1
pkgdesc='A tool for interacting with Procfiles.'
arch=('x86_64')
-url='https://github.com/josegonzalez/go-procfile-util'
+url='https://github.com/dokku/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=('baa8f9230710cb55cb6fbf5b02723f9c6dd2016615f647e50ee1048e6c1d16cd'
+ 'LICENSE')
+sha256sums=('675d8d39c6f859b6957aaa7d212f3ac231291a395d27e7e7b1cd25e047df927f'
'725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321')
package() {