Skip to content

Commit

Permalink
bump snap after cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Apr 24, 2024
1 parent bf709b5 commit a0cb445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: riseup-vpn
version: 0.21.11-107-g01f8359
version: 0.21.11-109-gbf709b5
summary: RiseupVPN, secure VPN. Powered by Bitmask.
description: |
RiseupVPN is an easy, fast, and secure VPN service from riseup.net.
Expand Down Expand Up @@ -46,7 +46,7 @@ parts:
mkdir -p $SNAPCRAFT_PRIME/snap/
# it seems qmake is invoking it from this path that we don't control in our build script
cp "$SNAPCRAFT_PART_INSTALL/usr/lib/qt5/bin/lrelease" "$SNAPCRAFT_STAGE/usr/lib/qt5/bin/lrelease"
echo 0.21.11-107-g01f8359 > $SNAPCRAFT_PRIME/snap/version.txt
echo 0.21.11-109-gbf709b5 > $SNAPCRAFT_PRIME/snap/version.txt
#curl -LO https://go.dev/dl/go1.18.5.linux-amd64.tar.gz
#sudo tar -C /usr/ -xzf go1.18.5.linux-amd64.tar.gz
add-apt-repository ppa:longsleep/golang-backports
Expand Down

0 comments on commit a0cb445

Please sign in to comment.