summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eab75dbcae1..f14517354c86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = alpha.11.0.2
+ pkgver = alpha.15.0.1
pkgrel = 3
url = https://www.zrythm.org
arch = x86_64
@@ -34,10 +34,10 @@ pkgbase = zrythm
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.11.0.2.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.11.0.2.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.15.0.1.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.15.0.1.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = 7bdfc2245adf5582d39dd8dfd17c2ccbab41838d46e9325336ccfa2649d0ed74
+ sha256sums = 7acb878b875895dcf1a638f1db720ada4429cb50d3be0f8ea19399e981075d2c
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 4ce104188304..38cce733f8b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=alpha.11.0.2
+pkgver=alpha.15.0.1
pkgrel=3
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
source=("https://www.zrythm.org/releases/$pkgname-1.0.0-$pkgver.tar.xz"{,.asc})
-sha256sums=('7bdfc2245adf5582d39dd8dfd17c2ccbab41838d46e9325336ccfa2649d0ed74' 'SKIP')
+sha256sums=('7acb878b875895dcf1a638f1db720ada4429cb50d3be0f8ea19399e981075d2c' 'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
build() {
cd "$pkgname-1.0.0-$pkgver"