Ports/isl: Update isl to version 0.26

This commit is contained in:
EWouters 2023-09-01 20:03:00 +02:00 committed by Jelle Raaijmakers
parent 96dc5374bc
commit fc3c134c55
Notes: sideshowbarker 2024-07-17 20:22:04 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`imagemagick`](imagemagick/) | ImageMagick | 7.1.1-15 | https://imagemagick.org |
| [`imgcat`](imgcat/) | imgcat | 2.5.1 | https://github.com/eddieantonio/imgcat |
| [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
| [`isl`](isl/) | Integer Set Library | 0.24 | https://libisl.sourceforge.io/ |
| [`isl`](isl/) | Integer Set Library | 0.26 | https://libisl.sourceforge.io/ |
| [`ja2`](ja2/) | Jagged Alliance 2 Stracciatella | 0.15.x | https://github.com/safarp/ja2-stracciatella/tree/0.15.x |
| [`jakt`](jakt/) | Jakt Programming Language | | https://github.com/SerenityOS/jakt |
| [`jdupes`](jdupes/) | jdupes, an enhanced fork of 'fdupes' | 1.26.1 | https://github.com/jbruchon/jdupes |

View File

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='isl'
version='0.24'
version='0.26'
useconfigure='true'
use_fresh_config_sub='true'
files=(
"https://libisl.sourceforge.io/isl-${version}.tar.xz#043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad"
"https://libisl.sourceforge.io/isl-${version}.tar.xz#a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504"
)
depends=(
'gmp'