Skip to content

Commit

Permalink
Node.js, VeraCrypt: Update App Versions
Browse files Browse the repository at this point in the history
- Node.js-all: v0.40.0 -> v0.40.1
- VeraCrypt-arm64: 1.26.7 -> 1.26.14
- VeraCrypt-armhf: 1.26.7 -> 1.26.14
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent df16a55 commit 173533c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=v20.17.0
version2=v0.40.0
version2=v0.40.1

#Checking if using armv6
if [ ! -z "$(cat /proc/cpuinfo | grep ARMv6)" ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/VeraCrypt/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=1.26.7
version2=1.26.7
version2=1.26.14

case $(get_codename) in
buster)
Expand Down
2 changes: 1 addition & 1 deletion apps/VeraCrypt/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=1.26.7
version2=1.26.7
version2=1.26.14

case $(get_codename) in
bionic)
Expand Down

0 comments on commit 173533c

Please sign in to comment.