File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
99
99
| [ ` libfftw3f ` ] ( libfftw3f/ ) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |
100
100
| [ ` libgcrypt ` ] ( libgcrypt/ ) | libgcrypt | 1.10.1 | https://gnupg.org/software/libgcrypt/index.html |
101
101
| [ ` libgd ` ] ( libgd/ ) | libgd | 2.3.3 | https://libgd.github.io/ |
102
- | [ ` libgpg-error ` ] ( libgpg-error/ ) | libgpg-error | 1.44 | https://gnupg.org/software/libgpg-error/index.html |
102
+ | [ ` libgpg-error ` ] ( libgpg-error/ ) | libgpg-error | 1.45 | https://gnupg.org/software/libgpg-error/index.html |
103
103
| [ ` libiconv ` ] ( libiconv/ ) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
104
104
| [ ` libicu ` ] ( libicu/ ) | ICU | 69.1 | http://site.icu-project.org/ |
105
105
| [ ` libjpeg ` ] ( libjpeg/ ) | libjpeg | 9e | https://ijg.org/ |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
- port=libgpg-error
3
- version=1.44
4
- useconfigure=true
5
- use_fresh_config_sub=true
2
+ port=' libgpg-error'
3
+ version=' 1.45'
4
+ files=" https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version} .tar.bz2 libgpg-error-${version} .tar.bz2 570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26"
5
+ auth_type=' sha256'
6
+ useconfigure=' true'
7
+ use_fresh_config_sub=' true'
6
8
config_sub_paths=(" build-aux/config.sub" )
7
9
depends=(" gettext" )
8
10
configopts=(" --disable-tests" " --disable-threads" )
9
- files=" https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version} .tar.bz2 libgpg-error-${version} .tar.bz2 8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9"
10
- auth_type=sha256
11
11
12
12
configure () {
13
- run ./configure --host=" ${SERENITY_ARCH} -pc-serenity" --build=" $( $workdir /build-aux/config.guess) " " ${configopts[@]} "
13
+ run ./configure --host=" ${SERENITY_ARCH} -pc-serenity" --build=" $( ${ workdir} /build-aux/config.guess) " " ${configopts[@]} "
14
14
}
You can’t perform that action at this time.
0 commit comments