Skip to content

Commit

Permalink
Update github tag ref
Browse files Browse the repository at this point in the history
Using `/archive/refs/tags/` check sum hash may be more stable.

Some conflicting infomation:

[1] bazel-contrib/SIG-rules-authors#11 (comment)
[2] https://github.com/orgs/community/discussions/45830#discussioncomment-4823531
  • Loading branch information
Bai-Chiang committed Nov 6, 2024
1 parent d600d6f commit a285451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/pixell/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: {{ version }}

source:
url: https://github.com/simonsobs/pixell/archive/v{{ version }}.tar.gz
url: https://github.com/simonsobs/pixell/archive/refs/tags/v{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
- qsort_const.patch
Expand Down
2 changes: 1 addition & 1 deletion pkgs/qpoint/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: {{ version }}

source:
url: https://github.com/arahlin/qpoint/archive/{{ version }}.tar.gz
url: https://github.com/arahlin/qpoint/archive/refs/tags/{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/so3g/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: {{ version }}

source:
url: https://github.com/simonsobs/so3g/archive/v{{ version }}.tar.gz
url: https://github.com/simonsobs/so3g/archive/refs/tags/v{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
- setup_requires.patch
Expand Down
2 changes: 1 addition & 1 deletion pkgs/zziplib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: {{ version }}

source:
url: https://github.com/gdraheim/zziplib/archive/v{{ version }}.tar.gz
url: https://github.com/gdraheim/zziplib/archive/refs/tags/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand Down

0 comments on commit a285451

Please sign in to comment.