* update beanshell to 2.1.1-2

This commit is contained in:
Alexander Baldeck 2024-08-09 08:16:35 +02:00
parent 1d1edfc9e8
commit 72ba010dfa
3 changed files with 22 additions and 2 deletions

16
beanshell/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = beanshell
pkgdesc = Small, free, embeddable, source level Java interpreter with object based scripting language features written in Java
pkgver = 2.1.1
pkgrel = 2
url = https://github.com/beanshell/beanshell
arch = any
license = Apache-2.0
depends = java-runtime
provides = bsh
conflicts = beanshell2
replaces = beanshell2
noextract = beanshell-2.1.1.jar
source = https://github.com/beanshell/beanshell/releases/download/2.1.1/bsh-2.1.1.jar
sha512sums = 73723d4bd834e1c9564f964e0008b2110dceb8dee2874eab4529fda1d8e20572f1198eedec235a08ad39c395c3737e8f5b7517077c3604d644506f883f0a3919
pkgname = beanshell

View File

@ -0,0 +1,4 @@
[beanshell]
source = "github"
github = "beanshell/beanshell"
use_max_tag = true

View File

@ -3,11 +3,11 @@
pkgname=beanshell
pkgver=2.1.1
pkgrel=1
pkgrel=2
pkgdesc="Small, free, embeddable, source level Java interpreter with object based scripting language features written in Java"
arch=(any)
url="https://github.com/beanshell/beanshell"
license=('Apache')
license=('Apache-2.0')
depends=('java-runtime')
provides=('bsh')
replaces=('beanshell2')