Skip to content

Commit 1efd012

Browse files
butter1125nico
authored andcommitted
Ports/libxmp: Update to 4.6.1
1 parent f5980ee commit 1efd012

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
187187
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
188188
| [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp |
189189
| [`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 |
191191
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
192192
| [`libzip`](libzip/) | libzip | 1.10.1 | https://libzip.org/ |
193193
| [`links`](links/) | Links web browser | 2.29 | http://links.twibright.com/ |

Ports/libxmp/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port='libxmp'
3-
version='4.6.0'
3+
version='4.6.1'
44
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"
66
)
77
useconfigure='true'
88
use_fresh_config_sub='false'

0 commit comments

Comments
 (0)