Compare commits
2 Commits
master
...
fix/instal
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a77b3b455d | ||
|
|
53b82ea3cc |
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9203,7 +9203,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zeroclawlabs"
|
name = "zeroclawlabs"
|
||||||
version = "0.5.4"
|
version = "0.5.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aardvark-sys",
|
"aardvark-sys",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
@ -4,7 +4,7 @@ resolver = "2"
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "zeroclawlabs"
|
name = "zeroclawlabs"
|
||||||
version = "0.5.4"
|
version = "0.5.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["theonlyhennygod"]
|
authors = ["theonlyhennygod"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|||||||
4
dist/aur/.SRCINFO
vendored
4
dist/aur/.SRCINFO
vendored
@ -1,6 +1,6 @@
|
|||||||
pkgbase = zeroclaw
|
pkgbase = zeroclaw
|
||||||
pkgdesc = Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant.
|
pkgdesc = Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant.
|
||||||
pkgver = 0.5.4
|
pkgver = 0.5.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/zeroclaw-labs/zeroclaw
|
url = https://github.com/zeroclaw-labs/zeroclaw
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -10,7 +10,7 @@ pkgbase = zeroclaw
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = openssl
|
depends = openssl
|
||||||
source = zeroclaw-0.5.4.tar.gz::https://github.com/zeroclaw-labs/zeroclaw/archive/refs/tags/v0.5.4.tar.gz
|
source = zeroclaw-0.5.5.tar.gz::https://github.com/zeroclaw-labs/zeroclaw/archive/refs/tags/v0.5.5.tar.gz
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = zeroclaw
|
pkgname = zeroclaw
|
||||||
|
|||||||
2
dist/aur/PKGBUILD
vendored
2
dist/aur/PKGBUILD
vendored
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: zeroclaw-labs <bot@zeroclaw.dev>
|
# Maintainer: zeroclaw-labs <bot@zeroclaw.dev>
|
||||||
pkgname=zeroclaw
|
pkgname=zeroclaw
|
||||||
pkgver=0.5.4
|
pkgver=0.5.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant."
|
pkgdesc="Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|||||||
4
dist/scoop/zeroclaw.json
vendored
4
dist/scoop/zeroclaw.json
vendored
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"description": "Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant.",
|
"description": "Zero overhead. Zero compromise. 100% Rust. The fastest, smallest AI assistant.",
|
||||||
"homepage": "https://github.com/zeroclaw-labs/zeroclaw",
|
"homepage": "https://github.com/zeroclaw-labs/zeroclaw",
|
||||||
"license": "MIT|Apache-2.0",
|
"license": "MIT|Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.5.4/zeroclaw-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.5.5/zeroclaw-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "",
|
"hash": "",
|
||||||
"bin": "zeroclaw.exe"
|
"bin": "zeroclaw.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -568,6 +568,13 @@ then re-run bootstrap.
|
|||||||
MSG
|
MSG
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
# Detect un-accepted Xcode/CLT license (causes `cc` to exit 69).
|
||||||
|
if ! /usr/bin/xcrun --show-sdk-path >/dev/null 2>&1; then
|
||||||
|
warn "Xcode license has not been accepted. Run:"
|
||||||
|
warn " sudo xcodebuild -license accept"
|
||||||
|
warn "then re-run this installer."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
if ! have_cmd git; then
|
if ! have_cmd git; then
|
||||||
warn "git is not available. Install git (e.g., Homebrew) and re-run bootstrap."
|
warn "git is not available. Install git (e.g., Homebrew) and re-run bootstrap."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user