diff --git a/.SRCINFO b/.SRCINFO index 2fcf52f6d1e9..a73228f82c30 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.0.5 + pkgver = 29.1.0 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.0.5-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.0.5/auto-editor-linux-x86_64 - sha256sums = 86ab1e4e38de988e08220363871690535eba9d1a904e4fd92ccf0f139bfeec14 + source = auto-editor-29.1.0-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.1.0/auto-editor-linux-x86_64 + sha256sums = a868612f4b5680de38cfd85a82d85d08afcdb305aa08078d4b6d8f9067f61983 pkgname = auto-editor-bin diff --git a/PKGBUILD b/PKGBUILD index ce225f612f26..0f502c9c83be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor-bin -pkgver=29.0.5 +pkgver=29.1.0 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=('86ab1e4e38de988e08220363871690535eba9d1a904e4fd92ccf0f139bfeec14') +sha256sums=('a868612f4b5680de38cfd85a82d85d08afcdb305aa08078d4b6d8f9067f61983') options=(!debug)