minecraft: 2015-07-24 -> 2.1.5965

switched to the new official launcher, renamed to minecraft-launcher,
and added an update script
This commit is contained in:
hyperfekt
2019-09-18 14:07:33 +02:00
parent 7d5375ebf4
commit 3a635da857
2 changed files with 121 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq gnugrep common-updater-scripts
set -eu -o pipefail
version=$(curl -s 'https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=minecraft-launcher' | jq '.results[0].Version' | grep -Po '[.\d]*(?=-)')
update-source-version minecraft "$version"