summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2024-03-27 19:59:04 -0400
committerWasabiThumb2024-03-27 19:59:04 -0400
commit9f807e0e87e0b977c937d2532f0f2c467d5b77d6 (patch)
tree94f26fe1f33ec76418162c31d2cd7cc6b8d43189
parent8dd0ed1b5d2b488e8a63440f3c19bc6522927393 (diff)
downloadaur-9f807e0e87e0b977c937d2532f0f2c467d5b77d6.tar.gz
Update to 2.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b98fb49d35..e2c7d8be1615 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.4.1
+ pkgver = 2.4.3
pkgrel = 2
url = https://github.com/open-goal/launcher
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = open-goal-launcher-bin
depends = fuse
conflicts = open-goal-launcher
options = !strip
- source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.4.1/open-goal-launcher_2.4.1_amd64.AppImage
- md5sums_x86_64 = 4bc94e8082cfe9e78e4133b40bcb7178
+ source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.4.3/open-goal-launcher_2.4.3_amd64.AppImage
+ md5sums_x86_64 = e945f9f423d2247e7a7ccd5e4f306f7a
pkgname = open-goal-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 24ef24c07f81..15876c819f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher-bin
-pkgver="2.4.1"
+pkgver="2.4.3"
pkgrel=2
pkgdesc="A launcher for the OpenGOAL Project to simplify usage and installation"
arch=("x86_64")
@@ -9,8 +9,8 @@ license=('ISC')
depends=('fuse')
conflicts=('open-goal-launcher')
_image="open-goal-launcher_${pkgver}_amd64.AppImage"
-source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.4.1/${_image}")
-md5sums_x86_64=("4bc94e8082cfe9e78e4133b40bcb7178")
+source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.4.3/${_image}")
+md5sums_x86_64=("e945f9f423d2247e7a7ccd5e4f306f7a")
options=(!strip)
prepare() {