summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWasabiThumb2023-11-07 19:47:13 -0500
committerWasabiThumb2023-11-07 19:47:13 -0500
commitf43ae73d5749b20e6cf860387a6ae31de6dd2a1f (patch)
tree52a6787f3d059079587c002ff23466b4cba64da3 /PKGBUILD
parent7b65de4c179efbd1e2972a282ab64ef2cd79da11 (diff)
downloadaur-f43ae73d5749b20e6cf860387a6ae31de6dd2a1f.tar.gz
Update to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee51556c1dcc..08dc2f2b42be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher-bin
-pkgver="2.3.1"
-pkgrel=2
+pkgver="2.4.0"
+pkgrel=1
pkgdesc="A launcher for the OpenGOAL Project to simplify usage and installation"
arch=("x86_64")
url='https://github.com/open-goal/launcher'
@@ -9,8 +9,8 @@ license=('ISC')
depends=('bash')
conflicts=('open-goal-launcher')
_image="open-goal-launcher_${pkgver}_amd64.AppImage"
-source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.3.1/${_image}")
-md5sums_x86_64=("5abb0cc14de6acc54bf25fa9f9922fc9")
+source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.4.0/${_image}")
+md5sums_x86_64=("cf3e6c5394006bba1ea51af418ce9b07")
options=(!strip)
prepare() {