summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2023-11-07 19:46:23 -0500
committerWasabiThumb2023-11-07 19:46:23 -0500
commitba294a71d3674714251f3a6bc0b036a733f034c8 (patch)
tree254ffbf0264d6f51df37fd3eef8c4614442e96e2
parent96c40e148df5d7b778dbb342c3160f872bf6c78b (diff)
downloadaur-ba294a71d3674714251f3a6bc0b036a733f034c8.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 408aaad6ba50..869e42ab1a7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = open-goal-launcher
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 = any
license = ISC
@@ -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.3.1.tar.gz
+ source = https://github.com/open-goal/launcher/archive/refs/tags/v2.4.0.tar.gz
source = open-goal-launcher.desktop
- md5sums = 720b5cf9209320e56ae83c2cfd89ce83
+ md5sums = e2e253df63c870465c5d54b286df1027
md5sums = SKIP
pkgname = open-goal-launcher
diff --git a/PKGBUILD b/PKGBUILD
index b532a2d0a6f5..c7faa0a9d152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher
-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=(any)
url='https://github.com/open-goal/launcher'
@@ -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=("720b5cf9209320e56ae83c2cfd89ce83" "SKIP")
+md5sums=("e2e253df63c870465c5d54b286df1027" "SKIP")
options=(!strip)
prepare() {