Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libslirp: update to 4.5.0. #31181

Merged
merged 1 commit into from
May 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libslirp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libslirp'
pkgname=libslirp
version=4.4.0
version=4.5.0
revision=1
wrksrc="libslirp-v${version}"
build_style=meson
Expand All @@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://gitlab.freedesktop.org/slirp/libslirp"
changelog="https://gitlab.freedesktop.org/slirp/libslirp/-/blob/master/CHANGELOG.md"
distfiles="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${version}/libslirp-v${version}.tar.gz"
checksum=43513390c57bee8c23b31545bfcb765200fccf859062b1c8101e72befdabce2e
checksum=94e1dea99b58259c25e3b1af1f6119419c0b4bcf1dc3d6566776c7aa2d7692f3

pre_configure() {
printf '%s\n' "${version}" > .tarball-version
Expand Down