mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-02 04:20:28 +00:00
Ports/double-conversion: Update double-conversion to version 3.3.0
This commit is contained in:
parent
81f3191b23
commit
cbb8913664
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/cbb8913664 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`dos2unix`](dos2unix/) | dos2unix | 7.5.1 | https://waterlan.home.xs4all.nl/dos2unix.html |
|
||||
| [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.80.1 | https://dosbox-staging.github.io/ |
|
||||
| [`dosfstools`](dosfstools/) | dosfstools utility suite | 4.2 | https://github.com/dosfstools/dosfstools/ |
|
||||
| [`double-conversion`](double-conversion/) | double-conversion | 3.2.1 | https://github.com/google/double-conversion |
|
||||
| [`double-conversion`](double-conversion/) | double-conversion | 3.3.0 | https://github.com/google/double-conversion |
|
||||
| [`doxygen`](doxygen/) | Doxygen | 1.9.7 | https://github.com/doxygen/doxygen |
|
||||
| [`drascula`](drascula/) | Dráscula: The Vampire Strikes Back | 1.0 | https://www.scummvm.org/games/#games-drascula |
|
||||
| [`dreamweb`](dreamweb/) | DreamWeb | 1.1 | https://www.scummvm.org/games/#games-dreamweb |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='double-conversion'
|
||||
version='3.2.1'
|
||||
version='3.3.0'
|
||||
files=(
|
||||
"https://github.com/google/double-conversion/archive/refs/tags/v${version}.tar.gz#e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35"
|
||||
"https://github.com/google/double-conversion/archive/refs/tags/v${version}.tar.gz#04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e"
|
||||
)
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
|
|
Loading…
Reference in a new issue