diff options
author | Marcin Nowak | 2022-07-13 17:06:02 +0200 |
---|---|---|
committer | Marcin Nowak | 2022-07-13 17:06:02 +0200 |
commit | a5b8f340ce7ddd3f2b8a62e1d4434cf4058b4e60 (patch) | |
tree | 78c2b1d05a274d1126623a6e8fca08592d77d99d | |
parent | 45aae55fbb76a2c1733e6ea0cf9948915f6404ef (diff) | |
download | aur-a5b8f340ce7ddd3f2b8a62e1d4434cf4058b4e60.tar.gz |
upgrade to 2022.2 build 135077
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = lightworks pkgdesc = Lightworks is a professional video editing suite - pkgver = 2022.1.1 + pkgver = 2022.2 pkgrel = 1 url = http://www.lwks.com/ arch = x86_64 @@ -29,7 +29,7 @@ pkgbase = lightworks conflicts = lwks-beta replaces = lwks options = !strip - source = https://cdn.lwks.com/releases/2022.1.1/lightworks_2022.1.1_r132185.deb - sha512sums = 0b4ab5199288fd39ad7c44c3ab2fb36f007e5f8ec9708ff5b130eaf9b3402ec267ee23d6431aa8c577c36408416eba5b287f397457dccb9f409e738ea8981991 + source = https://cdn.lwks.com/releases/2022.2/lightworks_2022.2_r135077.deb + sha512sums = fabb9badfd17cc344706e1c86d779bdba9e6ceda2859201c751f32b48a066a946737650e6bd06182d9c2487a30238d7d7a243cf5cd22a6f398793b899347e613 pkgname = lightworks @@ -10,9 +10,9 @@ # Contributor: anthrit <anthrit [at] anthware [dot] com> pkgname=lightworks -lwksver=2022.1.1 -lwksreldir=2022.1.1 -lwksbuild=132185 +lwksver=2022.2 +lwksreldir=2022.2 +lwksbuild=135077 pkgver=$lwksver pkgrel=1 pkgdesc="Lightworks is a professional video editing suite" @@ -30,7 +30,7 @@ source=( ) sha512sums=( - '0b4ab5199288fd39ad7c44c3ab2fb36f007e5f8ec9708ff5b130eaf9b3402ec267ee23d6431aa8c577c36408416eba5b287f397457dccb9f409e738ea8981991' + 'fabb9badfd17cc344706e1c86d779bdba9e6ceda2859201c751f32b48a066a946737650e6bd06182d9c2487a30238d7d7a243cf5cd22a6f398793b899347e613' ) package() { |