Skip to content

Commit 3253e67

Browse files
committed
Update to snap
1 parent e189769 commit 3253e67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

snap/snapcraft.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: alpaca
1+
name: jeffser-alpaca
22
base: core24
33
adopt-info: alpaca
44

@@ -63,14 +63,15 @@ parts:
6363
ollama:
6464
plugin: dump
6565
source:
66-
- on amd64: https://github.com/ollama/ollama/releases/download/v0.3.10/ollama-linux-amd64.tgz
67-
- on arm64: https://github.com/ollama/ollama/releases/download/v0.3.10/ollama-linux-arm64.tgz
66+
- on amd64: https://github.com/ollama/ollama/releases/download/v0.3.12/ollama-linux-amd64.tgz
67+
- on arm64: https://github.com/ollama/ollama/releases/download/v0.3.12/ollama-linux-arm64.tgz
6868

6969
# Alpaca app
7070
alpaca:
7171
plugin: meson
7272
source-type: git
7373
source: https://github.com/Jeffser/Alpaca.git
74+
source-tag: 2.6.5
7475
source-depth: 1
7576
meson-parameters:
7677
- --prefix=/snap/alpaca/current/usr

0 commit comments

Comments
 (0)