summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-01-08 19:30:34 +0800
committerBhoppi Chaw2018-01-08 19:30:34 +0800
commit7b5bcb64f8a924093589b447a109e4be7d56a5bf (patch)
tree2a88a06cfcef38311ae0a314ca13377e75ca723e
parentf6f1a01b6da065f243732b1bd734bca6f1cec4cb (diff)
downloadaur-7b5bcb64f8a924093589b447a109e4be7d56a5bf.tar.gz
update to 3.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b3720eecbf..35d580b722bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jan 5 05:56:47 UTC 2018
+# Mon Jan 8 11:30:20 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.1
+ pkgver = 3.6.2
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.6.1.tar.gz
- sha256sums = d2873589e1895a7b256c9a88b492ff54e733b5a5ead8c3d46f4bc40082696b1c
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.6.2.tar.gz
+ sha256sums = 92d47d0f88e06eda1a55bbed1d64ea81166517e256263ee52dcd62f432162794
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index fee6efd39674..5ddabec8490f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.6.1
+pkgver=3.6.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=('d2873589e1895a7b256c9a88b492ff54e733b5a5ead8c3d46f4bc40082696b1c')
+sha256sums=('92d47d0f88e06eda1a55bbed1d64ea81166517e256263ee52dcd62f432162794')
package()
{