summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2023-11-04 12:47:06 -0400
committerWasabiThumb2023-11-04 12:47:06 -0400
commit7b65de4c179efbd1e2972a282ab64ef2cd79da11 (patch)
tree29f098677785d191de39f0e1af0212d75f77c0b2
parent152c5d709e8adbf01401d539f45103793c27d4dd (diff)
downloadaur-7b65de4c179efbd1e2972a282ab64ef2cd79da11.tar.gz
Update to 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 981fde28c43c..028ae29a4f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = open-goal-launcher-bin
pkgdesc = A launcher for the OpenGOAL Project to simplify usage and installation
- pkgver = 2.2.2
+ pkgver = 2.3.1
pkgrel = 2
url = https://github.com/open-goal/launcher
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = open-goal-launcher-bin
depends = bash
conflicts = open-goal-launcher
options = !strip
- source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.2.2/open-goal-launcher_2.2.2_amd64.AppImage
- md5sums_x86_64 = eefcbcea51e66fb2c19a2a7522ae8204
+ 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
pkgname = open-goal-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 82993d950887..ee51556c1dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher-bin
-pkgver="2.2.2"
+pkgver="2.3.1"
pkgrel=2
pkgdesc="A launcher for the OpenGOAL Project to simplify usage and installation"
arch=("x86_64")
@@ -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.2.2/${_image}")
-md5sums_x86_64=("eefcbcea51e66fb2c19a2a7522ae8204")
+source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.3.1/${_image}")
+md5sums_x86_64=("5abb0cc14de6acc54bf25fa9f9922fc9")
options=(!strip)
prepare() {