mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+fix(tart)
This commit is contained in:
parent
04e36a5e66
commit
e9dc9f81ad
|
@ -4,6 +4,9 @@ distributable:
|
|||
|
||||
versions:
|
||||
github: cirruslabs/tart
|
||||
# NOTE: 1.x uses non-open source license
|
||||
# https://tart.run/blog/2023/02/11/changing-tart-license/
|
||||
ignore: /^[1-9]/
|
||||
|
||||
platforms:
|
||||
- darwin/aarch64
|
||||
|
@ -24,7 +27,7 @@ build:
|
|||
- run: cp "$SRCROOT"/.build/release/tart .
|
||||
working-directory: ${{prefix}}/bin
|
||||
env:
|
||||
SOFTNET: https://github.com/cirruslabs/softnet/archive/refs/tags/0.6.1.tar.gz
|
||||
SOFTNET: https://github.com/cirruslabs/softnet/archive/refs/tags/0.6.2.tar.gz
|
||||
|
||||
|
||||
provides:
|
||||
|
|
Loading…
Reference in a new issue