summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander2022-09-01 19:27:05 +0200
committerAlexander2022-09-01 19:27:05 +0200
commit673ce9a1606ea27efdd19bade3a9aee86d44cfc4 (patch)
tree32b5820093a8bdc9a970aa50508d6107e17538bc
parent941b002aa04603b8fe73cfd8143e4976b7bb538f (diff)
downloadaur-673ce9a1606ea27efdd19bade3a9aee86d44cfc4.tar.gz
Update to version 18.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a143adb9832..d3f5a735dd8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = davinci-resolve-studio
pkgdesc = Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.
- pkgver = 18.0
+ pkgver = 18.0.1
pkgrel = 1
url = https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
install = davinci-resolve.install
@@ -28,7 +28,7 @@ pkgbase = davinci-resolve-studio
conflicts = davinci-resolve
conflicts = davinci-resolve-studio-beta
options = !strip
- source = local://DaVinci_Resolve_Studio_18.0_Linux.zip
- sha256sums = db050f224ea88574e1ce64d535de79c1e7e9f2a9675f1f1452b52c6b64642a3c
+ source = DaVinci_Resolve_Studio_18.0.1_Linux.zip::https://sw.blackmagicdesign.com/DaVinciResolve/v18.0.1/DaVinci_Resolve_Studio_18.0.1_Linux.zip?Key-Pair-Id=APKAJTKA3ZJMJRQITVEA&Signature=I5/HK8JUuaJdPRuj4vlysoLaMNFfKv9IrlOyeE5ERZedWLhjgwS7tW2YAttOeUUIn3jeq06oOb7BqU7LPvlDwSXvkm91/EQXubQeCcL+j48UznihMd6vLjwrj8QsX0xkeIR/XEf4SDkZx23zAnLO0fAUJ2Jl3mycUhzJHmFcV2JT6SMUnJRKav5ETtt/1KZNZkJf50fDD6wGxIFF4sDaUp6u1yq5ZnDplZFRH6wpN+0JN+E8NMCObKa3fo98WljpDJkIwwKazSDqES6VGWTLhc6JF51VimxZbza9CvO41PX96jt+ucwwiQULFePDLgQzBEl2lPoxUbd5D2h4SQYlJA==&Expires=1662064015
+ sha256sums = 247897f7b8d79cd85308021a69964eeb50de872271c091145307ba7c56a5d1bb
pkgname = davinci-resolve-studio
diff --git a/PKGBUILD b/PKGBUILD
index 74575dc2b893..b96649918f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# This was originally written by Daniel Bermond in blackmagic-decklink-sdk pkgbuild
# It is sufficient to just replace _downloadid to correspond new release version
# It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId
-_downloadid='c9cd2e8f92cb439594b0e783980c78c9'
-_referid='feb2e2ace23b48ccbd1b7f1b73f24760'
+_downloadid='78b4f5edaf6e47b99a489c7f084888a3'
+_referid='6fe65a9e3ccb48e6be7e4db7d1d9866f'
_siteurl="https://www.blackmagicdesign.com/api/register/us/download/${_downloadid}"
_useragent="User-Agent: Mozilla/5.0 (X11; Linux ${CARCH}) \
@@ -61,7 +61,7 @@ DLAGENTS=("https::/usr/bin/curl \
pkgname=davinci-resolve-studio
_pkgname=resolve
resolve_app_name=com.blackmagicdesign.resolve
-pkgver=18.0
+pkgver=18.0.1
pkgrel=1
arch=('any')
url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
@@ -77,13 +77,13 @@ if [ ${pkgname} == "davinci-resolve-studio" ]; then
# Variables for STUDIO edition
pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.'
_archive_name=DaVinci_Resolve_Studio_${pkgver}_Linux
- sha256sums=('db050f224ea88574e1ce64d535de79c1e7e9f2a9675f1f1452b52c6b64642a3c')
+ sha256sums=('247897f7b8d79cd85308021a69964eeb50de872271c091145307ba7c56a5d1bb')
conflicts=('davinci-resolve-beta' 'davinci-resolve' 'davinci-resolve-studio-beta')
else
# Variables for FREE edition
pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
_archive_name=DaVinci_Resolve_${pkgver}_Linux
- sha256sums=('db6892fdc1b685ffc7794f41f0ace17cc84efe669749cadc5e958927c4921e9c')
+ sha256sums=('b942bcae650d35355aa6a104809875bc51acd994504ddc62d18a516f660aa3cb')
conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta')
fi