summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiasoc52022-03-06 17:47:33 -0500
committerkiasoc52022-03-06 17:47:33 -0500
commitc2c4889cefed4c194ddec38d63048659d7baa415 (patch)
treed6a4eff96cc88822ce2020bd1d2b54fb8d4c1125
parent839810c701873bc3a0e1c1375cfd58e129e24b9f (diff)
downloadaur-c2c4889cefed4c194ddec38d63048659d7baa415.tar.gz
upgpkg: stargate 22.03.1-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 62ae2a3a8822..77f9b7aad486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stargate
pkgdesc = A digital audio workstation (DAW) with a powerful pattern-based workflow
- pkgver = 22.02.1
+ pkgver = 22.03.1
pkgrel = 1
url = https://stargateaudio.github.io/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = stargate
optdepends = ffmpeg
optdepends = vorbis-tools
optdepends = python-pyqt5: qt5 backend
- source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-22.02.1.tar.gz
- sha256sums = c29b4400f91c8db8d0f61c234f50d24a05f632bd2bf94ae5a395f1142ff6a184
+ source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-22.03.1.tar.gz
+ sha256sums = 7aadee110cf82d56b6c2e638486e53ee6c6f0340017e18f2f225e2e15642fb16
pkgname = stargate
diff --git a/PKGBUILD b/PKGBUILD
index 0c6a4b929d4c..a2c68e4d09a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
pkgname=stargate
-pkgver=22.02.1
+pkgver=22.03.1
pkgrel=1
pkgdesc="A digital audio workstation (DAW) with a powerful pattern-based workflow"
license=('GPL')
@@ -38,7 +38,7 @@ optdepends=(
'python-pyqt5: qt5 backend'
)
source=("https://github.com/stargateaudio/stargate/archive/refs/tags/release-${pkgver}.tar.gz")
-sha256sums=('c29b4400f91c8db8d0f61c234f50d24a05f632bd2bf94ae5a395f1142ff6a184')
+sha256sums=('7aadee110cf82d56b6c2e638486e53ee6c6f0340017e18f2f225e2e15642fb16')
build() {
cd stargate-release-${pkgver}/src