summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2023-11-07 19:47:13 -0500
committerWasabiThumb2023-11-07 19:47:13 -0500
commitf43ae73d5749b20e6cf860387a6ae31de6dd2a1f (patch)
tree52a6787f3d059079587c002ff23466b4cba64da3
parent7b65de4c179efbd1e2972a282ab64ef2cd79da11 (diff)
downloadaur-f43ae73d5749b20e6cf860387a6ae31de6dd2a1f.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 028ae29a4f8a..aaaed82b7d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = open-goal-launcher-bin
pkgdesc = A launcher for the OpenGOAL Project to simplify usage and installation
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/open-goal/launcher
arch = x86_64
license = ISC
depends = bash
conflicts = open-goal-launcher
options = !strip
- source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.3.1/open-goal-launcher_2.3.1_amd64.AppImage
- md5sums_x86_64 = 5abb0cc14de6acc54bf25fa9f9922fc9
+ source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.4.0/open-goal-launcher_2.4.0_amd64.AppImage
+ md5sums_x86_64 = cf3e6c5394006bba1ea51af418ce9b07
pkgname = open-goal-launcher-bin
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() {