Skip to content

Commit

Permalink
Merge pull request msys2#21758 from podsvirov/cppreference-qt-update
Browse files Browse the repository at this point in the history
cppreference-qt: update to 20240610
  • Loading branch information
lazka authored Aug 27, 2024
2 parents 9e6f1d6 + 1fa4857 commit 1c6682b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-cppreference-qt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=cppreference-qt
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=20230810
pkgver=20240610
pkgrel=1
pkgdesc="A complete reference for the features in the C++ Standard Library, for qt help (mingw-w64)"
arch=('any')
Expand All @@ -12,7 +12,7 @@ url="https://en.cppreference.com/"
msys2_repository_url="https://github.com/PeterFeicht/cppreference-doc"
license=('spdx:CC-BY-3.0')
source=("https://github.com/PeterFeicht/cppreference-doc/releases/download/v${pkgver}/qch-book-${pkgver}.tar.xz")
sha256sums=('b992b1fa8152186370c85af90a4422cd7ecab41ebee9b6a00891bbe2a42be965')
sha256sums=('2fd19206e6c724bd33978e03bb1b394537cd2d02d2d1b380d7bec904fe9b48ff')

package() {
local _qch=cppreference-doc-en-cpp.qch
Expand Down

0 comments on commit 1c6682b

Please sign in to comment.