Skip to content

Commit

Permalink
Merge pull request #17 from tpgillam/tg/2022g
Browse files Browse the repository at this point in the history
Add 2022g artifact
  • Loading branch information
tpgillam authored Dec 6, 2022
2 parents d8b2f1b + 0c7c81e commit 201b761
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ lazy = false
[[timezone-boundary-builder-2022f.download]]
sha256 = "50a41b7f574d12429e5591a3583777a38434395af1e9dd6ee28bef019a841fff"
url = "https://github.com/tpgillam/TimeZoneFinder.jl/releases/download/timezone-boundary-builder-2022f/timezone-boundary-builder-2022f.tar.gz"

[timezone-boundary-builder-2022g]
git-tree-sha1 = "b396105d1c4b1be5d3d5f9d1f6cb7cd13cd4e4c7"
lazy = true

[[timezone-boundary-builder-2022g.download]]
sha256 = "c9f558d204071aa28202a3c9a613e0b20e09a951ce879825030e892bcc2c37b7"
url = "https://github.com/tpgillam/TimeZoneFinder.jl/releases/download/timezone-boundary-builder-2022g/timezone-boundary-builder-2022g.tar.gz"
2 changes: 1 addition & 1 deletion artifact_build/create.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using Tar

# This script assumes that the `unzip` command is available on the command line.

release = "2022f"
release = "2022g"

# This is the name of the artifact that we're creating.
artifact_name = "timezone-boundary-builder-$release"
Expand Down

0 comments on commit 201b761

Please sign in to comment.