summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-10-21 00:36:38 +0800
committerBhoppi Chaw2019-10-21 00:36:38 +0800
commitfa9c14833656daf3ee425cd29f6abd91e8a30294 (patch)
tree693af6afb27f927f40ec8a00b4db1d1fb1462a68
parent40b40377cdd58b04c296cafff35542f26d0297fd (diff)
downloadaur-fa9c14833656daf3ee425cd29f6abd91e8a30294.tar.gz
update to 3.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abfe99ba489..f0faa61cd4ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ffx264
pkgdesc = a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.9.1.tar.gz
- sha256sums = 613f3ab2dfc8a123f0353f1a726d09d8c485bbfc6b83b9002039960b0054b6b6
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.9.2.tar.gz
+ sha256sums = bf8d3bf1f11a88ef3a240e0833f3831908080982e05c03c5f85b5454f94ff615
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index 6c8bf3a60089..e430dddb25cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.9.1
+pkgver=3.9.2
pkgrel=1
pkgdesc='a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.'
arch=(any)
@@ -9,7 +9,7 @@ url='https://ffx264.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('613f3ab2dfc8a123f0353f1a726d09d8c485bbfc6b83b9002039960b0054b6b6')
+sha256sums=('bf8d3bf1f11a88ef3a240e0833f3831908080982e05c03c5f85b5454f94ff615')
package() {
cd $pkgname-$pkgver