summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex S2017-10-08 23:16:00 +0200
committerAlex S2017-10-08 23:16:00 +0200
commit5008ad1355d9b667ab893761755bbdde19118e57 (patch)
treee58e77af04c5baa6b7eebcbab73d313b287eeca8
parent72c4f3e788e7df1aca308da1ad6281252ca04ef9 (diff)
downloadaur-5008ad1355d9b667ab893761755bbdde19118e57.tar.gz
Update to v14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be65d61f63b0..05c0e5cdc42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = davinci-resolve
pkgdesc = Professional A/V post-production software suite
- pkgver = 14.0
+ pkgver = 14.1
pkgrel = 0
url = https://www.blackmagicdesign.com/
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = davinci-resolve
depends = qt5-webengine
depends = qt5-websockets
options = !strip
- source = local://DaVinci_Resolve_14.0_Linux.zip
- sha256sums = 997eb0d4bbdce13d480f5176924c3e689d6508e18b8538a98e74413dcf1e1550
+ source = local://DaVinci_Resolve_14.1_Linux.zip
+ sha256sums = bfee7f7b0a11a5051d0c0af1b597c4ef967c82bf3ff2b2659eaefa5f4525a3d2
pkgname = davinci-resolve
diff --git a/PKGBUILD b/PKGBUILD
index 343b57965baf..522dfb374315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=davinci-resolve
_pkgname=resolve
-pkgver=14.0
+pkgver=14.1
pkgrel=0
pkgdesc='Professional A/V post-production software suite'
arch=('x86_64')
@@ -30,7 +30,7 @@ if [ ! -f ${pkgdir}/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
fi
source=("local://DaVinci_Resolve_${pkgver}_Linux.zip")
-sha256sums=('997eb0d4bbdce13d480f5176924c3e689d6508e18b8538a98e74413dcf1e1550')
+sha256sums=('bfee7f7b0a11a5051d0c0af1b597c4ef967c82bf3ff2b2659eaefa5f4525a3d2')
package() {
# msg2 "Did you download the archive manually? If not, this will fail."