diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-06-21 11:17:02 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-06-21 11:19:35 +1000 |
commit | 589f67980cbbea8d6199b4321c93e4d1cf12aeb1 (patch) | |
tree | 68aa7f33ad34418f070749aa0d3584c977a5c2e7 | |
parent | df66c4c5174d4a9a632ca4a1bea9bed1afc3bd0c (diff) | |
download | opt-589f67980cbbea8d6199b4321c93e4d1cf12aeb1.tar.gz opt-589f67980cbbea8d6199b4321c93e4d1cf12aeb1.tar.xz |
spice-protocol: 0.14.1 -> 0.14.2
-rw-r--r-- | spice-protocol/.footprint | 2 | ||||
-rw-r--r-- | spice-protocol/.signature | 8 | ||||
-rw-r--r-- | spice-protocol/Pkgfile | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/spice-protocol/.footprint b/spice-protocol/.footprint index 259553e28..1136131b4 100644 --- a/spice-protocol/.footprint +++ b/spice-protocol/.footprint @@ -3,10 +3,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/spice-1/ drwxr-xr-x root/root usr/include/spice-1/spice/ -rw-r--r-- root/root usr/include/spice-1/spice/barrier.h --rw-r--r-- root/root usr/include/spice-1/spice/controller_prot.h -rw-r--r-- root/root usr/include/spice-1/spice/end-packed.h -rw-r--r-- root/root usr/include/spice-1/spice/enums.h --rw-r--r-- root/root usr/include/spice-1/spice/foreign_menu_prot.h -rw-r--r-- root/root usr/include/spice-1/spice/ipc_ring.h -rw-r--r-- root/root usr/include/spice-1/spice/macros.h -rw-r--r-- root/root usr/include/spice-1/spice/protocol.h diff --git a/spice-protocol/.signature b/spice-protocol/.signature index 278c1581c..3018da9be 100644 --- a/spice-protocol/.signature +++ b/spice-protocol/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bBR5pBvmdjSuq8H4lLCn+m0bLKSLphsqx8wOjR+OyCs8vzjR9kL2YXCDFf5CwEYM07L/YdhKvjbIS9Lq335QAI= -SHA256 (Pkgfile) = 940be44da7b1e0a80d9facfa6bcfc1d35a4d8bc09e2fa0520a45485bf0fbdaea -SHA256 (.footprint) = e2b07888dc8eb92c92083a847a9733f265c17527f2328ad3e18811d20af931c4 -SHA256 (spice-protocol-0.14.1.tar.bz2) = 79e6da61834b080a143234c1cd4c099a8ead1a64b5039489610b72ab282c132a +RWSE3ohX2g5d/Y/zDojnKVyQqV/ZAhAzjPxs1hu8d1NjLq5bQ5A6Kf33YL8/i+S0yNDmgPpP5jKsEkScRfMeTOm16/h5PSnpwwM= +SHA256 (Pkgfile) = 8bb6316e6577d0bfcd13b166855729e1f5fd582eaebb4429333e120510bcccc4 +SHA256 (.footprint) = 7647c963d1e6ad7b55e2927850d536b9a6aa51a5fed5a86b1da8116add090c57 +SHA256 (spice-protocol-0.14.2.tar.xz) = 8f3a63c8b68300dffe36f2e75eac57afa1e76d5d80af760fd138a0b3f44cf1e9 diff --git a/spice-protocol/Pkgfile b/spice-protocol/Pkgfile index 19a874afb..d9e20598e 100644 --- a/spice-protocol/Pkgfile +++ b/spice-protocol/Pkgfile @@ -4,9 +4,9 @@ # Depends on: meson ninja name=spice-protocol -version=0.14.1 +version=0.14.2 release=1 -source=(https://spice-space.org/download/releases/$name-$version.tar.bz2) +source=(https://spice-space.org/download/releases/$name-$version.tar.xz) build() { meson build $name-$version --prefix /usr |