1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:35:37 +00:00

Ports: Update libksba to 1.6.6

This commit is contained in:
Fabian Dellwing 2024-03-12 12:47:15 +01:00 committed by Tim Schumacher
parent 2ef44412c4
commit 800a712930
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libjodycode`](libjodycode/) | libjodycode | 3.1 | https://github.com/jbruchon/libjodycode |
| [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ |
| [`libjxl`](libjxl/) | libjxl | 2023.09.11 | https://github.com/libjxl/libjxl |
| [`libksba`](libksba/) | libksba | 1.6.4 | https://gnupg.org/software/libksba/index.html |
| [`libksba`](libksba/) | libksba | 1.6.6 | https://gnupg.org/software/libksba/index.html |
| [`liblzf`](liblzf/) | LibLZF is a very small data compression library | 3.6 | http://software.schmorp.de/pkg/liblzf.html |
| [`libmad`](libmad/) | libmad | 0.15.1b | https://www.underbit.com/products/mad/ |
| [`libmikmod`](libmikmod/) | libmikmod | 3.3.11.1 | http://mikmod.sourceforge.net/ |

View File

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libksba'
version='1.6.4'
version='1.6.6'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
@ -10,7 +10,7 @@ depends=(
'libgpg-error'
)
files=(
"https://gnupg.org/ftp/gcrypt/libksba/libksba-${version}.tar.bz2#bbb43f032b9164d86c781ffe42213a83bf4f2fee91455edfa4654521b8b03b6b"
"https://gnupg.org/ftp/gcrypt/libksba/libksba-${version}.tar.bz2#5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4"
)
pre_configure() {