Skip to content

Commit

Permalink
re2: update to 20240702
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Jul 6, 2024
1 parent 177700d commit d3a5ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-re2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=re2
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_pkgver=2024-06-01
_pkgver=2024-07-02
pkgver=${_pkgver//-/}
pkgrel=1
pkgdesc="Fast, safe, thread-friendly regular expression engine (mingw-w64)"
Expand All @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
checkdepends=("${MINGW_PACKAGE_PREFIX}-gtest")
source=("https://github.com/google/re2/releases/download/${_pkgver}/re2-${_pkgver}.tar.gz"
001-fix-pkgconfig-file.patch)
sha256sums=('7326c74cddaa90b12090fcfc915fe7b4655723893c960ee3c2c66e85c5504b6c'
sha256sums=('eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b'
'97d1aedfa763b162219d71144a8806e841c5e502048ad823e8bddc7fdad3dbcf')

prepare() {
Expand Down

0 comments on commit d3a5ec3

Please sign in to comment.