summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2024-05-07 13:15:33 -0400
committerWasabiThumb2024-05-07 13:15:33 -0400
commit1761f0e95c98dd34f1bbd7c5cac2880b3184db16 (patch)
tree8df696d51f3caf7b587ab14336611d5161f005bb
parent4113224d95a2759a5e0aa233b625cb9dc1a9f321 (diff)
downloadaur-open-goal-launcher.tar.gz
Update to 2.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64700e4acd06..ac24a7b03be5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = open-goal-launcher
pkgdesc = A launcher for the OpenGOAL Project to simplify usage and installation
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://github.com/open-goal/launcher
arch = any
@@ -21,9 +21,9 @@ pkgbase = open-goal-launcher
depends = base-devel
conflicts = open-goal-launcher-bin
options = !strip
- source = https://github.com/open-goal/launcher/archive/refs/tags/v2.4.3.tar.gz
+ source = https://github.com/open-goal/launcher/archive/refs/tags/v2.4.4.tar.gz
source = open-goal-launcher.desktop
- md5sums = 6bfb43815feb6a6ae9e9dc28d44c6edc
+ md5sums = 60cab7e4d0083d7b396ce8b517b4df2b
md5sums = SKIP
pkgname = open-goal-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 67c20f787a5f..aa6722ab7a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher
-pkgver="2.4.3"
+pkgver="2.4.4"
pkgrel=1
pkgdesc="A launcher for the OpenGOAL Project to simplify usage and installation"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('curl' 'wget' 'file' 'cargo' 'nodejs>=18.18.0' 'yarn')
conflicts=('open-goal-launcher-bin')
_tarball="v${pkgver}.tar.gz"
source=("https://github.com/open-goal/launcher/archive/refs/tags/${_tarball}" "${pkgname}.desktop")
-md5sums=("6bfb43815feb6a6ae9e9dc28d44c6edc" "SKIP")
+md5sums=("60cab7e4d0083d7b396ce8b517b4df2b" "SKIP")
options=(!strip)
prepare() {