summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-01-04 22:45:20 +0800
committerBhoppi Chaw2018-01-04 22:45:20 +0800
commitc9cb43be64d3f1c7b4d80f62caed1e635f512831 (patch)
tree8340552bf22639d288e4941076691a1715360a2a
parent683778a947277ae0bcf426fd9c1729f824437366 (diff)
downloadaur-c9cb43be64d3f1c7b4d80f62caed1e635f512831.tar.gz
update to 3.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9decf0e9020..6213aa0be581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 14:10:18 UTC 2018
+# Thu Jan 4 14:45:07 UTC 2018
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.5.9
+ pkgver = 3.6.0
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.5.9.tar.gz
- sha256sums = c6a0d6b10a00bfeeab2af964ed96d6a011d9ff2edc235d313a70de1c042f3d19
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.6.0.tar.gz
+ sha256sums = 65ce8f62d23b74171059d8459473aa64470d81740fd2478bae61d5df4d5390e8
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index 4b9d174f0d40..038b7d9d4f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.5.9
+pkgver=3.6.0
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=('c6a0d6b10a00bfeeab2af964ed96d6a011d9ff2edc235d313a70de1c042f3d19')
+sha256sums=('65ce8f62d23b74171059d8459473aa64470d81740fd2478bae61d5df4d5390e8')
package()
{