mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
b3c4310678
commit
43fd02c751
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
distributable:
|
||||
url: https://github.com/libarchive/libarchive/archive/refs/tags/v{{version}}.tar.gz
|
||||
url: https://github.com/libarchive/libarchive/releases/download/v{{version}}/libarchive-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: libarchive/libarchive/tags # reads github tags from github
|
||||
strip: /^v/
|
||||
github: libarchive/libarchive/releases
|
||||
strip: /^Libarchive /
|
||||
|
||||
dependencies:
|
||||
gnu.org/coreutils: '*'
|
||||
|
|
Loading…
Reference in a new issue