Skip to content

Commit

Permalink
Boxy SVG, LibreWolf, Reaper: Update App Versions
Browse files Browse the repository at this point in the history
- Boxy SVG-all: 4.47.0.zip -> 4.47.2.zip
- LibreWolf-arm64: 131.0.3-1 -> 132.0-1
- Reaper-arm64: 726 -> 727
- Reaper-armhf: 726 -> 727
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
1 parent 51d8132 commit 0b487ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Boxy SVG/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.47.0.zip
version=4.47.2.zip

install_packages libfontconfig-dev || exit 0

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

version=131.0.3-1
version=132.0-1

#install all dependencies found in the librewolf amd64 deb
depends=()
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=726
version=727
version2=1.2.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

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

version=726
version=727
version2=1.2.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit 0b487ee

Please sign in to comment.