Skip to content

Commit

Permalink
Pin to the latest release of ooni/probe-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed May 14, 2020
1 parent 0d05001 commit c7d27fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/resources/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package resources

const (
// Version contains the assets version.
Version = 20200405230536
Version = 20200514135129

// ASNDatabaseName is the ASN-DB file name
ASNDatabaseName = "asn.mmdb"
Expand Down Expand Up @@ -33,18 +33,18 @@ type ResourceInfo struct {
// All contains info on all known assets.
var All = map[string]ResourceInfo{
"asn.mmdb": ResourceInfo{
URLPath: "/releases/download/20200405230536/asn.mmdb.gz",
URLPath: "/releases/download/20200514135129/asn.mmdb.gz",
GzSHA256: "f4be54217b08761aa61315680eba2a9371b5b68aeb037e0c901773c43481530c",
SHA256: "479218cd19f52f9826bc836646a4bec1b04022e3fc42015d2aa577cdf2017f1a",
},
"ca-bundle.pem": ResourceInfo{
URLPath: "/releases/download/20200405230536/ca-bundle.pem.gz",
URLPath: "/releases/download/20200514135129/ca-bundle.pem.gz",
GzSHA256: "08070cbe24c8895d18bb20ccd746ff7409f1947094a1a47aa59993f588474485",
SHA256: "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f",
},
"country.mmdb": ResourceInfo{
URLPath: "/releases/download/20200405230536/country.mmdb.gz",
GzSHA256: "fab3b477d9683247865c1233646118b5807205c342be81ef56b862e5197ace5a",
SHA256: "a2bfa672934f9fd2b6077adb30293fb85e559b3aacccc2a7b879a471f77f464b",
URLPath: "/releases/download/20200514135129/country.mmdb.gz",
GzSHA256: "5d7b938a66e2018d9cec356a48c1042d85f1a47dbcf2f56247659d5cc6534e4c",
SHA256: "c38d94572026fadf86f5ee8f2258c3712d519c98b9f87c0119f6d65cd120d5ad",
},
}

0 comments on commit c7d27fc

Please sign in to comment.