diff --git a/.SRCINFO b/.SRCINFO index e1510539affc..a327c115c405 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor-bin pkgdesc = A command line application for automatically editing video and audio. - pkgver = 29.3.0 + pkgver = 29.3.1 pkgrel = 1 url = https://auto-editor.com/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = auto-editor-bin provides = auto-editor conflicts = auto-editor options = !debug - source = auto-editor-29.3.0-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.3.0/auto-editor-linux-x86_64 - sha256sums = caad1661238ec1157041b31ef9b005696827d553a5be0db18b64d5394531293e + source = auto-editor-29.3.1-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.3.1/auto-editor-linux-x86_64 + sha256sums = 5327d2bc43ae6e81b16d747243d90603fcf1d75dfb60db00ffff250c8bdb292a pkgname = auto-editor-bin diff --git a/PKGBUILD b/PKGBUILD index 1c1f63e20941..ca617c0e3ee3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor-bin -pkgver=29.3.0 +pkgver=29.3.1 pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -15,7 +15,7 @@ optdepends=( 'yt-dlp: download and use URLs as inputs' 'xdg-utils: automatically open completed files with xdg-open') source=("auto-editor-$pkgver-bin::https://github.com/WyattBlue/auto-editor/releases/download/${pkgver}/auto-editor-linux-${CARCH}") -sha256sums=('caad1661238ec1157041b31ef9b005696827d553a5be0db18b64d5394531293e') +sha256sums=('5327d2bc43ae6e81b16d747243d90603fcf1d75dfb60db00ffff250c8bdb292a') options=(!debug)