summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso² Peterssen2021-02-10 01:50:52 +0100
committerAlfonso² Peterssen2021-02-10 01:50:52 +0100
commit346f5b104e0b7216c5e528daa35addbb73e52c06 (patch)
tree283d1ad7109481441941efc7251fbd6c8cce1bb7
parent7b474dacc311136d2a869ec3376c7aa78887dd4a (diff)
downloadaur-346f5b104e0b7216c5e528daa35addbb73e52c06.tar.gz
Update to version 0.65.1.
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD4
3 files changed, 27 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3064d32e1f..5baf3a4aa820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jbang
pkgdesc = Unleash the (scripting) power of Java
- pkgver = 0.63.0
+ pkgver = 0.65.1
pkgrel = 1
url = https://www.jbang.dev
arch = any
@@ -8,9 +8,9 @@ pkgbase = jbang
depends = bash
depends = java-environment>=8
optdepends = java-environment>=9: jshell support
- source = https://github.com/jbangdev/jbang/releases/download/v0.63.0/jbang-0.63.0.tar
- source = https://raw.githubusercontent.com/jbangdev/jbang/v0.63.0/LICENSE
- sha256sums = 190de9deb719bdc255fbd7825bc9455b2468ec92694426d841a9f0e02db6d2ec
+ source = https://github.com/jbangdev/jbang/releases/download/v0.65.1/jbang-0.65.1.tar
+ source = https://raw.githubusercontent.com/jbangdev/jbang/v0.65.1/LICENSE
+ sha256sums = b31b72ab97a9debd8f738f5b28445b9cad83f4daf56afd43ae18559ee720c1fa
sha256sums = 7c1797962764ae89b1774c44b7ad449e6eaaa83a8e4e4804d965978fe7231d9c
pkgname = jbang
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..6b3236c4651c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Max Rydahl Andersen
+
+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 f91de4f67889..8b9cd952263a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alfonso² Peterssen <a2peterssen+aur ÅT gmail DÖT com>
pkgname=('jbang')
-pkgver=0.63.0
+pkgver=0.65.1
pkgrel=1
pkgdesc="Unleash the (scripting) power of Java"
arch=('any')
@@ -11,7 +11,7 @@ depends=('bash'
optdepends=('java-environment>=9: jshell support')
source=("https://github.com/jbangdev/jbang/releases/download/v${pkgver}/jbang-${pkgver}.tar"
"https://raw.githubusercontent.com/jbangdev/jbang/v${pkgver}/LICENSE")
-sha256sums=('190de9deb719bdc255fbd7825bc9455b2468ec92694426d841a9f0e02db6d2ec'
+sha256sums=('b31b72ab97a9debd8f738f5b28445b9cad83f4daf56afd43ae18559ee720c1fa'
'7c1797962764ae89b1774c44b7ad449e6eaaa83a8e4e4804d965978fe7231d9c')
package() {