summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-01-05 13:56:58 +0800
committerBhoppi Chaw2018-01-05 13:56:58 +0800
commitf6f1a01b6da065f243732b1bd734bca6f1cec4cb (patch)
treee90941025c26afada61f22f26ffc527caf526828
parentc9cb43be64d3f1c7b4d80f62caed1e635f512831 (diff)
downloadaur-f6f1a01b6da065f243732b1bd734bca6f1cec4cb.tar.gz
update to 3.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6213aa0be581..02b3720eecbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jan 4 14:45:07 UTC 2018
+# Fri Jan 5 05:56:47 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.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.6.0.tar.gz
- sha256sums = 65ce8f62d23b74171059d8459473aa64470d81740fd2478bae61d5df4d5390e8
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.6.1.tar.gz
+ sha256sums = d2873589e1895a7b256c9a88b492ff54e733b5a5ead8c3d46f4bc40082696b1c
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index 038b7d9d4f67..fee6efd39674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.6.0
+pkgver=3.6.1
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=('65ce8f62d23b74171059d8459473aa64470d81740fd2478bae61d5df4d5390e8')
+sha256sums=('d2873589e1895a7b256c9a88b492ff54e733b5a5ead8c3d46f4bc40082696b1c')
package()
{