summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-09-12 19:25:14 +0800
committerBhoppi Chaw2019-09-12 19:25:14 +0800
commitbfd2fad5bb37917d8814f0560853cc4a0a3a2efe (patch)
tree11fa65bb17861976a93fe241e1b891d4a97dbf1b
parent5ef0c2e8e0c3ec9787313792e9ad5cd01b324c7b (diff)
downloadaur-bfd2fad5bb37917d8814f0560853cc4a0a3a2efe.tar.gz
update to 3.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712b596c0b6a..fc922fcc0040 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.7.6
+ pkgver = 3.7.7
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.6.tar.gz
- sha256sums = 68211287aca84a61360dd77077c1604355aba0978027e74efbfcdafe4cdb4e06
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.7.tar.gz
+ sha256sums = 1e530b103bf41c8bd0acd97a2af2fe86c93620440d18e578f5f0a5998b0aafd4
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 6a0dc8a2ca5f..749a1ba70ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.7.6
+pkgver=3.7.7
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=('68211287aca84a61360dd77077c1604355aba0978027e74efbfcdafe4cdb4e06')
+sha256sums=('1e530b103bf41c8bd0acd97a2af2fe86c93620440d18e578f5f0a5998b0aafd4')
package() {
cd $pkgname-$pkgver