mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/libxmp: Update to 4.6.1
This commit is contained in:
parent
f5980ee094
commit
1efd01228d
2 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
|
||||
| [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp |
|
||||
| [`libxml2`](libxml2/) | libxml2 | 2.11.5 | http://www.xmlsoft.org/ |
|
||||
| [`libxmp`](libxmp/) | libxmp | 4.6.0 | https://github.com/libxmp/libxmp |
|
||||
| [`libxmp`](libxmp/) | libxmp | 4.6.1 | https://github.com/libxmp/libxmp |
|
||||
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
|
||||
| [`libzip`](libzip/) | libzip | 1.10.1 | https://libzip.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.29 | http://links.twibright.com/ |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libxmp'
|
||||
version='4.6.0'
|
||||
version='4.6.1'
|
||||
files=(
|
||||
"https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-${version}.tar.gz#2d3c45fe523b50907e89e60f9a3b7f4cc9aab83ec9dbba7743eaffbcdcb35ea6"
|
||||
"https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-${version}.tar.gz#af605e72c83b24abaf03269347e24ebc3fc06cd7b495652a2c619c1f514bc5cb"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='false'
|
||||
|
|
Loading…
Reference in a new issue