Skip to content

Commit 70507ab

Browse files
authored
Merge pull request #37 from johnkeates/master
Add support for reading remote hash list
2 parents c22f873 + 137921c commit 70507ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/binary.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get binary package:
2020
file.managed:
2121
- name: /usr/local/src/{{ pkgname }}.tar.{{ format }}
2222
- source: https://nodejs.org/dist/v{{ version }}/{{ pkgname }}.tar.{{ format }}
23-
- source_hash: {{ checksum }}
23+
- source_hash: https://nodejs.org/dist/v{{ version }}/SHASUMS256.txt
2424

2525
Extract binary package:
2626
archive.extracted:

0 commit comments

Comments
 (0)