Advertisement
RedlineTriad

0002-Update-to-v17.0b10.patch

Dec 5th, 2020
1,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. From a53c803d5aec7470772b192f8a2e142799f93ab6 Mon Sep 17 00:00:00 2001
  2. From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>
  3. Date: Sat, 5 Dec 2020 22:38:51 +0100
  4. Subject: [PATCH 2/2] Update to v17.0b10
  5.  
  6. ---
  7. PKGBUILD | 8 ++++----
  8. 1 file changed, 4 insertions(+), 4 deletions(-)
  9.  
  10. diff --git a/PKGBUILD b/PKGBUILD
  11. index 1ec7be3..228a6a9 100644
  12. --- a/PKGBUILD
  13. +++ b/PKGBUILD
  14. @@ -7,7 +7,7 @@
  15. # This was originally written by Daniel Bermond in blackmagic-decklink-sdk pkgbuild
  16. # It is sufficient to just replace _downloadid to correspond new release version
  17. # It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId
  18. -_downloadid='0a89e5b68f2e4149a13761c6d9ff256d' # dr 16.1b3
  19. +_downloadid='e0fabf64cab84482acd77ef999b10a6d' # dr 17.0b10
  20. _referid='9d14747f8e274d30b293981cb8e0bbea'
  21. _siteurl="https://www.blackmagicdesign.com/api/register/us/download/${_downloadid}"
  22.  
  23. @@ -64,8 +64,8 @@ DLAGENTS=("https::/usr/bin/curl \
  24. pkgname=davinci-resolve-beta
  25. _pkgname=resolve
  26. resolve_app_name=com.blackmagicdesign.resolve
  27. -pkgver=17.0b2
  28. -pkgrel=2
  29. +pkgver=17.0b3
  30. +pkgrel=1
  31. arch=('any')
  32. url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
  33. license=('Commercial')
  34. @@ -86,7 +86,7 @@ else
  35. # Variables for FREE edition
  36. pkgdesc='Professional A/V post-production software suite from Blackmagic Design'
  37. _archive_name=DaVinci_Resolve_${pkgver}_Linux
  38. - sha256sums=('66c8dfcc3ba8df8679ef57f6e3474ced56aa30de54491bace73d85743d6c5802')
  39. + sha256sums=('b5bd36968c3157925dbf2c4adf7f1d1ff03441dd4e4874d316b1a1ec9bc9673a')
  40. conflicts=('davinci-resolve' 'davinci-resolve-studio' 'davinci-resolve-studio-beta')
  41. fi
  42.  
  43. --
  44. 2.29.2
  45.  
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement