Skip to content

Commit

Permalink
xmlsec1: revert to version bump
Browse files Browse the repository at this point in the history
Change-Id: Ia5fe78e94ccdd50efd66baf2d24aa044103c087d
  • Loading branch information
anthonyh209 committed Oct 17, 2024
1 parent 7a4afe7 commit 8d7cc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omd/packages/xmlsec1/xmlsec1.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.aleksey.com/xmlsec/

XMLSEC1 := xmlsec1
XMLSEC1_VERS := 1.3.0
XMLSEC1_VERS := 1.2.37
XMLSEC1_DIR := $(XMLSEC1)-$(XMLSEC1_VERS)

XMLSEC1_BUILD := $(BUILD_HELPER_DIR)/$(XMLSEC1_DIR)-build
Expand Down
2 changes: 1 addition & 1 deletion omd/packages/xmlsec1/xmlsec1_http.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("//:bazel_variables.bzl", "UPSTREAM_MIRROR_URL")

def xmlsec_workspace():
version_str = "1.3.0"
version_str = "1.2.37"
filename = "xmlsec1-" + version_str + ".tar.gz"
http_archive(
name = "xmlsec1",
Expand Down

0 comments on commit 8d7cc06

Please sign in to comment.