summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95cf825af80..7c9a77f91983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = procfile-util
pkgdesc = A tool for interacting with Procfiles
- pkgver = 0.17.1
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/dokku/procfile-util
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/dokku/procfile-util/archive/refs/tags/v0.17.1.tar.gz
- sha256sums = 7956d215ea8aa11a5a628700b82a129b08f5bca90bc7a5334b849bd3c156fae6
+ source = https://github.com/dokku/procfile-util/archive/refs/tags/v0.18.0.tar.gz
+ sha256sums = cce331d1d7c546102da860637bc3611b6084594b045c4daf4fe62c67f63a974c
pkgname = procfile-util
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index eb1cc339e115..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-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 e35611d4650e..fccbac4e8eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=procfile-util
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=1
pkgdesc='A tool for interacting with Procfiles'
arch=('x86_64')
url='https://github.com/dokku/procfile-util'
license=('MIT')
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7956d215ea8aa11a5a628700b82a129b08f5bca90bc7a5334b849bd3c156fae6')
+sha256sums=('cce331d1d7c546102da860637bc3611b6084594b045c4daf4fe62c67f63a974c')
makedepends=('go')
build() {