summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-08-07 15:14:13 +0200
committerFabien LEFEBVRE (d1ceward)2023-08-07 15:14:13 +0200
commit21bb6e88f84c38bf112379783d4cd50343be7869 (patch)
tree27258770190329e69839b439a8560b27bfe81677
parente8558f5cf367ff7ea0606d43a44639608bd6c6a6 (diff)
downloadaur-plugn.tar.gz
upgpkg: plugn 0.13.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--LICENSE7
-rw-r--r--PKGBUILD8
4 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d5f477e21d..e5c800968f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plugn
pkgdesc = Hook system that lets users extend your application with plugins
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = MIT
- source = https://github.com/dokku/plugn/releases/download/v0.12.0/plugn_0.12.0_linux_amd64.tgz
- source = https://raw.githubusercontent.com/dokku/plugn/master/LICENSE
- sha256sums = 2697716e6eb187e7d2ec61bf10effed1385c47f25d95c4bbb46b5b89c38a6a76
- sha256sums = 53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa
+ source = https://github.com/dokku/plugn/releases/download/v0.13.0/plugn_0.13.0_linux_amd64.tgz
+ source = LICENSE
+ sha256sums = 093bc8f6ad6f92519c39ee9e2ccb977ab2825a65b3fc8b0116712d3784ae91be
+ sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = plugn
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..f600f8e8b30a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright (C) 2014 Jeff Lindsay
+
+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 20f5c907f19a..b8f42691a310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=plugn
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc='Hook system that lets users extend your application with plugins'
arch=('x86_64')
url='https://github.com/dokku/plugn'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.tgz"
- "https://raw.githubusercontent.com/dokku/plugn/master/LICENSE")
-sha256sums=('2697716e6eb187e7d2ec61bf10effed1385c47f25d95c4bbb46b5b89c38a6a76'
- '53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa')
+ 'LICENSE')
+sha256sums=('093bc8f6ad6f92519c39ee9e2ccb977ab2825a65b3fc8b0116712d3784ae91be'
+ 'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {
install -Dm755 "${pkgname}-amd64" "${pkgdir}/usr/bin/${pkgname}"