mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+fix(tart)
This commit is contained in:
parent
04e36a5e66
commit
e9dc9f81ad
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ distributable:
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: cirruslabs/tart
|
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:
|
platforms:
|
||||||
- darwin/aarch64
|
- darwin/aarch64
|
||||||
|
@ -24,7 +27,7 @@ build:
|
||||||
- run: cp "$SRCROOT"/.build/release/tart .
|
- run: cp "$SRCROOT"/.build/release/tart .
|
||||||
working-directory: ${{prefix}}/bin
|
working-directory: ${{prefix}}/bin
|
||||||
env:
|
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:
|
provides:
|
||||||
|
|
Loading…
Reference in a new issue