summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiasoc52022-01-02 18:25:41 -0500
committerkiasoc52022-01-02 18:25:41 -0500
commit59ae7fbefc64e764145b844f9571710ecc80964e (patch)
treef54cc13d1e54da83eb39f6d0b81b0244a0dc88f0
parent8d86003c626ee827430b967d127dc5d7b6f2452b (diff)
downloadaur-59ae7fbefc64e764145b844f9571710ecc80964e.tar.gz
upgpkg: stargate 21.12.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0a7b3efe09..cf2bd220afef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stargate
pkgdesc = A digital audio workstation (DAW) with a powerful pattern-based workflow
- pkgver = 21.12.1
+ pkgver = 21.12.3
pkgrel = 1
url = https://stargateaudio.github.io/
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = stargate
optdepends = vorbis-tools
optdepends = python-pyqt6: qt6 support
optdepends = qt6-svg: qt6 support
- source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-21.12.1.tar.gz
- sha256sums = 889c585f994f2b50fd9ea5c957860fc5e18de3db88cc9fba9cd68f85d381fe00
+ source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-21.12.3.tar.gz
+ sha256sums = d3b88e23d74e465b7c754942e277319b6d784b4ff16c83a70e935fe411809f57
pkgname = stargate
diff --git a/PKGBUILD b/PKGBUILD
index e31403708ae8..011b3d05598d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
pkgname=stargate
-pkgver=21.12.1
+pkgver=21.12.3
pkgrel=1
pkgdesc="A digital audio workstation (DAW) with a powerful pattern-based workflow"
license=('GPL')
@@ -39,7 +39,7 @@ optdepends=(
'qt6-svg: qt6 support'
)
source=("https://github.com/stargateaudio/stargate/archive/refs/tags/release-${pkgver}.tar.gz")
-sha256sums=('889c585f994f2b50fd9ea5c957860fc5e18de3db88cc9fba9cd68f85d381fe00')
+sha256sums=('d3b88e23d74e465b7c754942e277319b6d784b4ff16c83a70e935fe411809f57')
build() {
cd stargate-release-${pkgver}/src