Skip to content

Commit

Permalink
update launcher to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Aug 20, 2024
1 parent 19ff93b commit d429f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ compression: lzo
parts:
adoptopenjdk:
plugin: dump
source: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_x64_linux_hotspot_11.0.22_7.tar.gz
source-checksum: "sha256/3a0fec1b9ef38d6abd86cf11f6001772b086096b6ec2588d2a02f1fa86b2b1de"
source: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_linux_hotspot_11.0.24_8.tar.gz
source-checksum: "sha256/e0c1938093da3780e4494d366a4e6b75584dde8d46a19acea6691ae11df4cda5"
stage-packages:
- libxi6
- libxrender1
Expand All @@ -34,8 +34,8 @@ parts:
- libasound2-plugins
- libnotify-bin
override-pull: |
wget https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.jar -O $CRAFT_PART_SRC/RuneLite.jar
echo "5dee3b3f371d9e8dd846847ea2791a21b42d9cd030183631fd0a3112c4dd11fa $CRAFT_PART_SRC/RuneLite.jar" | sha256sum --check || exit 1 # Check hash manually, due to nil plugin
wget https://github.com/runelite/launcher/releases/download/2.7.2/RuneLite.jar -O $CRAFT_PART_SRC/RuneLite.jar
echo "140462b351e60d9e92da54836d12f4828cb699182b3251d8e02ee1bedcb211d3 $CRAFT_PART_SRC/RuneLite.jar" | sha256sum --check || exit 1 # Check hash manually, due to nil plugin
override-build: |
cp $CRAFT_PART_BUILD/RuneLite.jar $CRAFT_PART_INSTALL/RuneLite.jar
chmod +x $CRAFT_PART_INSTALL/RuneLite.jar
Expand Down

0 comments on commit d429f0c

Please sign in to comment.