flatbuffers: update to 25.9.23
This commit is contained in:
parent
32cd24f6f8
commit
2e13525c11
@ -4,7 +4,7 @@ _realname=flatbuffers
|
|||||||
pkgbase=mingw-w64-${_realname}
|
pkgbase=mingw-w64-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
"${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=25.2.10
|
pkgver=25.9.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Memory Efficient Serialization Library (mingw-w64)'
|
pkgdesc='Memory Efficient Serialization Library (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -12,6 +12,8 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
|||||||
url='https://google.github.io/flatbuffers/'
|
url='https://google.github.io/flatbuffers/'
|
||||||
msys2_repository_url="https://github.com/google/flatbuffers"
|
msys2_repository_url="https://github.com/google/flatbuffers"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'archlinux: flatbuffers'
|
||||||
|
'gentoo: dev-libs/flatbuffers'
|
||||||
'purl: pkg:pypi/flatbuffers'
|
'purl: pkg:pypi/flatbuffers'
|
||||||
"cpe: cpe:2.3:a:google:flatbuffers"
|
"cpe: cpe:2.3:a:google:flatbuffers"
|
||||||
)
|
)
|
||||||
@ -26,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
|||||||
depends=("${MINGW_PACKAGE_PREFIX}-libsystre")
|
depends=("${MINGW_PACKAGE_PREFIX}-libsystre")
|
||||||
source=("https://github.com/google/${_realname}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
source=("https://github.com/google/${_realname}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
||||||
0001-cmake-fix-install.patch)
|
0001-cmake-fix-install.patch)
|
||||||
sha256sums=('b9c2df49707c57a48fc0923d52b8c73beb72d675f9d44b2211e4569be40a7421'
|
sha256sums=('9102253214dea6ae10c2ac966ea1ed2155d22202390b532d1dea64935c518ada'
|
||||||
'85564772505b69ef4a3dbbad5c85d0fadf6db10628e98346c546510fe7370d3e')
|
'85564772505b69ef4a3dbbad5c85d0fadf6db10628e98346c546510fe7370d3e')
|
||||||
noextract=(${_realname}-${pkgver}.tar.gz)
|
noextract=(${_realname}-${pkgver}.tar.gz)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user