diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-05-16 20:59:03 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-05-17 11:50:35 +0200 |
commit | 9f025bdad98dfa2e806391142844a727a2014aac (patch) | |
tree | 2ad79efa984e2ded67a5fc991316ecaf80547d74 /download.lst | |
parent | 903e71eb452a0d9be4007497ca06b22765600188 (diff) |
beanshell: upgrade to 2.1.1
* Adapt external/beanshell/java9.patch.0 to fix
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
Downloaded from https://github.com/beanshell/beanshell/releases/download/2.1.1/bsh-2.1.1-src.zip
Change-Id: I969813fd2bb2a910004b6c28f5ed9ba95c39895f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167764
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index de788488bbc6..2617cf009d3e 100644 --- a/download.lst +++ b/download.lst @@ -29,8 +29,8 @@ BREAKPAD_TARBALL := breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -BSH_SHA256SUM := 9e93c73e23aff644b17dfff656444474c14150e7f3b38b19635e622235e01c96 -BSH_TARBALL := beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip +BSH_SHA256SUM := 2248387ceaa319840434a3547a8b2fec12f95a8418ee039ce5ff5726053a139c +BSH_TARBALL := bsh-2.1.1-src.zip # three static lines # so that git cherry-pick # will not run into conflicts |