Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msgpack-cxx
Commits:
ff6ff442 by Antonio Rojas at 2024-05-04T15:27:57+02:00
upgpkg: 6.1.1-1: Update to 6.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = msgpack-cxx
pkgdesc = An efficient object serialization library for C++
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
url = https://msgpack.org/
arch = any
@@ -9,9 +9,9 @@ pkgbase = msgpack-cxx
makedepends = doxygen
makedepends = graphviz
depends = boost
- source =
https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.0/msgpack-cxx-6.1.0.tar.gz
- source =
LICENSE-msgpack-cxx-6.1.0::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING
- b2sums =
14c6e28ab02957e6313a01002d05c23e2599f433656c8ea8033eb338c6e8b97d10e00a91e1e67bc3b944c3f9b46ad1ea11fc6905d50554699caeed7bd9cbc8f7
+ source =
https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.1/msgpack-cxx-6.1.1.tar.gz
+ source =
LICENSE-msgpack-cxx-6.1.1::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING
+ b2sums =
6ec940af9b9e02d892c5f118791015baa6b12baa60c77aaf2ff867e8836f21b4f16c436ce448cdfeb7dc8f8a9356a75f3ac829eba9059ca5d78f42a4393700ff
b2sums =
f39585a8a06390e7677a46fd62c1836d2873ceb6e66927803fcbf42a572b5c6c0948b5191708bf1fe04c79b94de574d1d1ef19eaca28e81326af6ef1757c1d94
pkgname = msgpack-cxx
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Gizdov <arch at kge dot pw>
pkgname='msgpack-cxx'
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc='An efficient object serialization library for C++'
arch=("any")
@@ -11,7 +11,7 @@ makedepends=('cmake' 'doxygen' 'graphviz')
depends=('boost')
source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/${pkgname}-${pkgver}.tar.gz"
"LICENSE-${pkgname}-${pkgver}::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING")
-b2sums=('14c6e28ab02957e6313a01002d05c23e2599f433656c8ea8033eb338c6e8b97d10e00a91e1e67bc3b944c3f9b46ad1ea11fc6905d50554699caeed7bd9cbc8f7'
+b2sums=('6ec940af9b9e02d892c5f118791015baa6b12baa60c77aaf2ff867e8836f21b4f16c436ce448cdfeb7dc8f8a9356a75f3ac829eba9059ca5d78f42a4393700ff'
'f39585a8a06390e7677a46fd62c1836d2873ceb6e66927803fcbf42a572b5c6c0948b5191708bf1fe04c79b94de574d1d1ef19eaca28e81326af6ef1757c1d94')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgpack-cxx/-/commit/ff6ff442380d1718a230c4102cdb0923d95a2d0f
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgpack-cxx/-/commit/ff6ff442380d1718a230c4102cdb0923d95a2d0f
You're receiving this email because of your account on gitlab.archlinux.org.