summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2024-05-07 13:17:30 -0400
committerWasabiThumb2024-05-07 13:17:30 -0400
commit7c2e6de28bac0e46455b673864094037dbacd8be (patch)
treebbbd6e33dc0c6ad6015022d71c20461a70fe90b8
parent9f807e0e87e0b977c937d2532f0f2c467d5b77d6 (diff)
downloadaur-open-goal-launcher-bin.tar.gz
Update to 2.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c7d8be1615..b1e0b5e5c759 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.4.3
- pkgrel = 2
+ pkgver = 2.4.4
+ pkgrel = 1
url = https://github.com/open-goal/launcher
arch = x86_64
license = ISC
depends = fuse
conflicts = open-goal-launcher
options = !strip
- 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
+ source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.4.4/open-goal-launcher_2.4.4_amd64.AppImage
+ md5sums_x86_64 = 5f5a1c8ca44320fbdf0092959c3eda46
pkgname = open-goal-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15876c819f2f..70e04203a060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher-bin
-pkgver="2.4.3"
-pkgrel=2
+pkgver="2.4.4"
+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=('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.3/${_image}")
-md5sums_x86_64=("e945f9f423d2247e7a7ccd5e4f306f7a")
+source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.4.4/${_image}")
+md5sums_x86_64=("5f5a1c8ca44320fbdf0092959c3eda46")
options=(!strip)
prepare() {
@@ -43,4 +43,4 @@ package() {
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${pkgname}"
-} \ No newline at end of file
+}