summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2020-05-07 09:59:23 +0800
committerClarence2020-05-07 09:59:23 +0800
commit9f398a949dc1e4db53c48f808524f1502d81e198 (patch)
treef1232a436a2e72aa02afeed5a15c87ef04ef6423
parentbe25cc88f4b336242952f4934ede678fb87e0488 (diff)
downloadaur-9f398a949dc1e4db53c48f808524f1502d81e198.tar.gz
upgrade to 3.7.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7523205fb535..bc324594531c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocenaudio
pkgdesc = Cross-platform, easy to use, fast and functional audio editor
- pkgver = 3.7.12
+ pkgver = 3.7.14
pkgrel = 1
url = http://www.ocenaudio.com/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = ocenaudio
depends = qt5-base
provides = ocenaudio
conflicts = ocenaudio
- source_i686 = ocenaudio-3.7.12_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=3.7.12
- sha256sums_i686 = 1178e481b95dcdb233bd41bad544f757e23ba029f02ce29a4bca3b224b1ea538
- source_x86_64 = ocenaudio-3.7.12_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=3.7.12
- sha256sums_x86_64 = 7566fb0a4eccae2142574c557b219d32944c9dae94745ee0366c9e53fabb4adc
+ source_i686 = ocenaudio-3.7.14_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=3.7.14
+ sha256sums_i686 = 51bf6137525430275bbe95175f0f45cabbf86e961f5dc79068922b1ad6a6d669
+ source_x86_64 = ocenaudio-3.7.14_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=3.7.14
+ sha256sums_x86_64 = 0b83913160fcc31de24be3479859a7d8798ae335c5cb75d955f2eb18fb73096c
pkgname = ocenaudio
diff --git a/PKGBUILD b/PKGBUILD
index 04d46e25475a..6f8a2a6c56c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
_pkgname=ocenaudio
pkgname="$_pkgname"
-pkgver=3.7.12
+pkgver=3.7.14
pkgrel=1
pkgdesc="Cross-platform, easy to use, fast and functional audio editor"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('custom')
depends=('hicolor-icon-theme' 'jack' 'libpulse' 'qt5-base')
provides=("$_pkgname")
conflicts=("$_pkgname")
-sha256sums_i686=('1178e481b95dcdb233bd41bad544f757e23ba029f02ce29a4bca3b224b1ea538')
-sha256sums_x86_64=('7566fb0a4eccae2142574c557b219d32944c9dae94745ee0366c9e53fabb4adc')
+sha256sums_i686=('51bf6137525430275bbe95175f0f45cabbf86e961f5dc79068922b1ad6a6d669')
+sha256sums_x86_64=('0b83913160fcc31de24be3479859a7d8798ae335c5cb75d955f2eb18fb73096c')
source_i686=("${_pkgname}-${pkgver}_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=${pkgver}")
source_x86_64=("${_pkgname}-${pkgver}_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=${pkgver}")