Unverified Commit 6576966d authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

osquery: fix update script (#394426)

parents 9095cb97 ee495663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ OWNER = 'osquery'
REPO = 'osquery'
OPENSSL_VERSION_PAT = re.compile(r'^set\(OPENSSL_VERSION "(.*)"\)')
OPENSSL_SHA256_PAT = re.compile(r'^set\(OPENSSL_ARCHIVE_SHA256 "(.*)"\)')
INFO_PATH = 'pkgs/tools/system/osquery/info.json'
INFO_PATH = 'pkgs/by-name/os/osquery/info.json'


def download_str(url):