summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2021-10-10 12:30:28 -0500
committerHurricanePootis2021-10-10 12:30:28 -0500
commit86b918ddfd23543ce0ae914bca96ec603bba5c50 (patch)
treefda8041d7e84025ae436a91383a2fbe77fe138ee
parent74646e4fc8ee05e549a77726e9cb0720a2be2b66 (diff)
downloadaur-creators-tf-launcher-bin.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378fc4a63d3d..9250d03d2299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = creators-tf-launcher-bin
pkgdesc = The community launcher from the Creators.TF project for Team Fortress 2
- pkgver = 0.2.9
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/CreatorsTF/Creators.TF-Community-Launcher
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = creators-tf-launcher-bin
depends = re2
depends = snappy
conflicts = creators-tf-launcher
- source = https://github.com/ampersoftware/Creators.TF-Community-Launcher/releases/download/0.2.9/creators-tf-launcher_0.2.9_amd64.deb
- sha512sums = 80f68b45170770e1afffbde1ef9b5be584bbf28711d3bbc417241b409f4481d2789c96fb67d2977b09feec72a4dad0958cd3d2a4cd74a21d1b6fceb812188971
+ source = https://github.com/ampersoftware/Creators.TF-Community-Launcher/releases/download/0.3.0/creators-tf-launcher_0.3.0_amd64.deb
+ sha512sums = 7776641cb902332e4ecceee50a9e0354afe2d75babd24eb27c730806790f8ae289ea1fa4d7d35d40a38cd406e46f27cd6f7c3e3e3ec9a9fde2e9c160e2d5cff9
pkgname = creators-tf-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f68a5010e19..8828842d31b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=creators-tf-launcher-bin
-pkgver=0.2.9
+pkgver=0.3.0
pkgrel=1
pkgdesc="The community launcher from the Creators.TF project for Team Fortress 2"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3' 'c-ares' 'ffmpeg' 'libevent' 'libnghttp2' 'libxslt' 'minizip' 're2' 'snappy')
makedepends=('tar')
source=("https://github.com/ampersoftware/Creators.TF-Community-Launcher/releases/download/$pkgver/creators-tf-launcher_"$pkgver"_amd64.deb")
-sha512sums=('80f68b45170770e1afffbde1ef9b5be584bbf28711d3bbc417241b409f4481d2789c96fb67d2977b09feec72a4dad0958cd3d2a4cd74a21d1b6fceb812188971')
+sha512sums=('7776641cb902332e4ecceee50a9e0354afe2d75babd24eb27c730806790f8ae289ea1fa4d7d35d40a38cd406e46f27cd6f7c3e3e3ec9a9fde2e9c160e2d5cff9')
conflicts=('creators-tf-launcher')
prepare() {