mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
waypipe: update to 0.7.0.
Add INSTALL.msg for protocol changes.
This commit is contained in:
parent
2de8f963da
commit
4dea8cf51a
2 changed files with 4 additions and 2 deletions
2
srcpkgs/waypipe/INSTALL.msg
Normal file
2
srcpkgs/waypipe/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
CAUTION: Waypipe>=0.7.0 uses a new wire protocol, and won't work with
|
||||||
|
previous versions.
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'waypipe'
|
# Template file for 'waypipe'
|
||||||
pkgname=waypipe
|
pkgname=waypipe
|
||||||
version=0.6.1
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
|
homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
|
||||||
distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
||||||
checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
|
checksum=ce14508af422acc212b4eee6faae4c84e082abd8b3b85655bec36e942200b9fa
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue