Ports/bzip3: Update bzip3 to version 1.3.2
This commit is contained in:
parent
2ea65e512c
commit
80211e3284
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/80211e3284 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
Ports
|
@ -27,7 +27,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`brotli`](brotli/) | Brotli | 1.1.0 | https://github.com/google/brotli |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
| [`bzip3`](bzip3/) | bzip3 | 1.2.2 | https://github.com/kspalaiologos/bzip3 |
|
||||
| [`bzip3`](bzip3/) | bzip3 | 1.3.2 | https://github.com/kspalaiologos/bzip3 |
|
||||
| [`c-ares`](c-ares/) | c-ares | 1.19.0 | https://c-ares.org |
|
||||
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-04-26 | https://curl.se/docs/caextract.html |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='bzip3'
|
||||
version='1.2.2'
|
||||
version='1.3.2'
|
||||
files=(
|
||||
"https://github.com/kspalaiologos/bzip3/releases/download/${version}/bzip3-${version}.tar.gz#19e8d379f48610f945a04a988fd0c330ff6613b3df96405d56bed35a7d216dee"
|
||||
"https://github.com/kspalaiologos/bzip3/releases/download/${version}/bzip3-${version}.tar.gz#152cf2134fc27b68fef37d72b8c1f9f327ac611f6101d5a01287cdba24bc58c3"
|
||||
)
|
||||
useconfigure='true'
|
||||
installopts=(
|
||||
|
|
Loading…
Add table
Reference in a new issue