diff --git a/.SRCINFO b/.SRCINFO index 3b1c38ce8735..c6089e4ddb0d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 29.6.1 + pkgver = 29.6.2 pkgrel = 1 url = https://auto-editor.com/ arch = x86_64 @@ -21,7 +21,7 @@ pkgbase = auto-editor optdepends = xdg-utils: automatically open completed files with xdg-open provides = auto-editor conflicts = auto-editor-bin - source = auto-editor-29.6.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.6.1.tar.gz - sha256sums = c32ffc9e869ba1e4f7bae8221727e1e4d6aefe87ef10479fe6d1efee17a7be9a + source = auto-editor-29.6.2.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.6.2.tar.gz + sha256sums = 71144d2deb1796ba289853507d15e74a45099d250d606eba2d6d8e3aaf3ed6a1 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 974a745ca7d2..761da7f4ffc6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=29.6.1 +pkgver=29.6.2 pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -16,7 +16,7 @@ optdepends=( 'xdg-utils: automatically open completed files with xdg-open') makedepends=("nim" "git") # git is required to bring in the required Nim version (>=2.2.2) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('c32ffc9e869ba1e4f7bae8221727e1e4d6aefe87ef10479fe6d1efee17a7be9a') +sha256sums=('71144d2deb1796ba289853507d15e74a45099d250d606eba2d6d8e3aaf3ed6a1') prepare() { cd ${pkgname}-${pkgver}