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:
|
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
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: libarchive/libarchive/tags # reads github tags from github
|
github: libarchive/libarchive/releases
|
||||||
strip: /^v/
|
strip: /^Libarchive /
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/coreutils: '*'
|
gnu.org/coreutils: '*'
|
||||||
|
|
Loading…
Reference in a new issue