Skip to content

Commit

Permalink
main/protobuf: update to 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jul 6, 2024
1 parent 204df0b commit 795be07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/protobuf/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "protobuf"
pkgver = "27.1"
pkgver = "27.2"
pkgrel = 0
build_style = "cmake"
configure_args = [
Expand All @@ -14,7 +14,7 @@
license = "BSD-3-Clause"
url = "https://protobuf.dev"
source = f"https://github.com/protocolbuffers/protobuf/archive/v{pkgver}.tar.gz"
sha256 = "6fbe2e6f703bcd3a246529c2cab586ca12a98c4e641f5f71d51fde09eb48e9e7"
sha256 = "e4ff2aeb767da6f4f52485c2e72468960ddfe5262483879ef6ad552e52757a77"
# FIXME vis breaks linking lite-test, cfi makes protoc not compile any tests
hardening = ["!vis", "!cfi"]

Expand Down

0 comments on commit 795be07

Please sign in to comment.