summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-04-17 12:01:07 +0800
committerBhoppi Chaw2018-04-17 12:01:07 +0800
commit4f7d5345700635661924ef3a87a4630b91c988b7 (patch)
treede193056b06dc45958ce342290c416efc38cadb9
parent3e4b04c4d14a4a1c488d3680f5392fa746367da8 (diff)
downloadaur-4f7d5345700635661924ef3a87a4630b91c988b7.tar.gz
update to 3.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e8bf0e0e14b..0c035ac619f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.6.1
+ pkgver = 3.6.2
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.6.1.tar.gz
- sha256sums = 9e16c4587e31bcecf6286eea682bcc52e6a595abca7f41e687649984b289420a
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.6.2.tar.gz
+ sha256sums = afb963dfc82427785481309a9083feef013a8d5de0728e9ba6a5da16b1f8a1d5
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 5398a1a42d2a..0bbac0c3abc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-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.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=('9e16c4587e31bcecf6286eea682bcc52e6a595abca7f41e687649984b289420a')
+sha256sums=('afb963dfc82427785481309a9083feef013a8d5de0728e9ba6a5da16b1f8a1d5')
package() {
cd $pkgname-$pkgver