summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-02-22 23:03:52 +0800
committerBhoppi Chaw2018-02-22 23:03:52 +0800
commitc54f62d15c358e8eca0f068cc38bf208bbacefd9 (patch)
treeb03e768bc0ba24e7c49beac9cf578586335e91f1
parenteab766ec57ffadc6308c02438881d99117a96b06 (diff)
downloadaur-c54f62d15c358e8eca0f068cc38bf208bbacefd9.tar.gz
update to 3.5.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4489b3724c7..ee656513d90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 16:13:24 UTC 2018
+# Thu Feb 22 15:03:35 UTC 2018
pkgbase = ffhevc
pkgdesc = a small yet quite capable shell script for encoding video files to the H.265/HEVC video format using ffmpeg and libx265.
- pkgver = 3.5.8
+ pkgver = 3.5.9
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.5.8.tar.gz
- sha256sums = 64eb6ee7808fcf947af0e54ae6810fad66b209597f75d2a9bf53485f6c1cc094
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.5.9.tar.gz
+ sha256sums = 6ba223e1210857802aa7c7c9057a8ff525ffd2a5241048d2b5ef7cb75f077ba8
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 9feed5e8693e..5885f633e744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.5.8
+pkgver=3.5.9
pkgrel=1
pkgdesc='a small yet quite capable shell script for encoding video files to the H.265/HEVC video format using ffmpeg and libx265.'
arch=(any)
@@ -9,7 +9,7 @@ url='https://ffhevc.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('64eb6ee7808fcf947af0e54ae6810fad66b209597f75d2a9bf53485f6c1cc094')
+sha256sums=('6ba223e1210857802aa7c7c9057a8ff525ffd2a5241048d2b5ef7cb75f077ba8')
package()
{