summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265042c999a5..e03be3d850d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cin-appimage
pkgdesc = Cinelerra GG Infinity (AppImage) is a free and open source video editing software for Linux.
- pkgver = 20230930
- pkgrel = 1
+ pkgver = 20240531
+ pkgrel = 0
arch = x86_64
license = GPL
provides = cinelerra-gg
conflicts = cinelerra-gg-git
conflicts = cin
options = !strip
- source = https://cinelerra-gg.org/download/images/CinGG-20230930-x86_64.AppImage
- md5sums = 12bdc097f5811001c331b4962b8bb789
+ source = https://cinelerra-gg.org/download/images/CinGG-20240531-x86_64.AppImage
+ md5sums = cf5b45b7c8d36094e5b4a4133a804a75
pkgname = cin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index c866847b69cb..8e76653f6a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=Cinelerra-GG
pkgname=cin-appimage
-pkgver=20230930
-pkgrel=1
+pkgver=20240531
+pkgrel=0
pkgdesc="Cinelerra GG Infinity (AppImage) is a free and open source video editing software for Linux."
arch=('x86_64')
#url="https://www.cinelerra-gg.org"
@@ -11,7 +11,7 @@ license=('GPL')
provides=('cinelerra-gg')
conflicts=(cinelerra-gg-git cin)
source=("https://cinelerra-gg.org/download/images/CinGG-${pkgver}-${arch}.AppImage")
-md5sums=('12bdc097f5811001c331b4962b8bb789')
+md5sums=('cf5b45b7c8d36094e5b4a4133a804a75')
options=(!strip)
_filename=CinGG-${pkgver}-${arch}.AppImage