Skip to content

Commit

Permalink
Caskaydia Cove NF, Obsidian, Pixelorama: Update App Versions
Browse files Browse the repository at this point in the history
- Caskaydia Cove NF-all: v3.2.1 -> v3.3.0
- Obsidian-arm64: 1.7.6 -> 1.7.7
- Pixelorama-all: v1.0.4 -> v1.0.5
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 3f331c3 commit 19682a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Caskaydia Cove NF/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v3.2.1
version=v3.3.0

mkdir -p /tmp/cascadia || error "Failed to create /tmp/cascadia folder!"
wget -O /tmp/cascadia/CascadiaCode.zip "https://github.com/ryanoasis/nerd-fonts/releases/download/${version}/CascadiaCode.zip" || error "Failed to download Caskaydia Cove NF!"
Expand Down
2 changes: 1 addition & 1 deletion apps/Obsidian/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.7.6
version=1.7.7

install_packages libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libuuid1 libsecret-1-0 libappindicator3-1

Expand Down
2 changes: 1 addition & 1 deletion apps/Pixelorama/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v1.0.4
version=v1.0.5

case "$arch" in
"64") wget https://github.com/Orama-Interactive/Pixelorama/releases/download/${version}/Pixelorama-Linux-ARM64.tar.gz -O /tmp/pixelorama.tar.gz || error "Could not download Pixelorama archive" ;;
Expand Down

0 comments on commit 19682a5

Please sign in to comment.