File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
187
187
| [ ` libvorbis ` ] ( libvorbis/ ) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
188
188
| [ ` libwebp ` ] ( libwebp/ ) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp |
189
189
| [ ` libxml2 ` ] ( libxml2/ ) | libxml2 | 2.11.5 | http://www.xmlsoft.org/ |
190
- | [ ` libxmp ` ] ( libxmp/ ) | libxmp | 4.6.0 | https://github.com/libxmp/libxmp |
190
+ | [ ` libxmp ` ] ( libxmp/ ) | libxmp | 4.6.1 | https://github.com/libxmp/libxmp |
191
191
| [ ` libyaml ` ] ( libyaml/ ) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
192
192
| [ ` libzip ` ] ( libzip/ ) | libzip | 1.10.1 | https://libzip.org/ |
193
193
| [ ` links ` ] ( links/ ) | Links web browser | 2.29 | http://links.twibright.com/ |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
2
port=' libxmp'
3
- version=' 4.6.0 '
3
+ version=' 4.6.1 '
4
4
files=(
5
- " https://github.com/libxmp/libxmp/releases/download/libxmp-${version} /libxmp-${version} .tar.gz#2d3c45fe523b50907e89e60f9a3b7f4cc9aab83ec9dbba7743eaffbcdcb35ea6 "
5
+ " https://github.com/libxmp/libxmp/releases/download/libxmp-${version} /libxmp-${version} .tar.gz#af605e72c83b24abaf03269347e24ebc3fc06cd7b495652a2c619c1f514bc5cb "
6
6
)
7
7
useconfigure=' true'
8
8
use_fresh_config_sub=' false'
You can’t perform that action at this time.
0 commit comments