summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-09-19 14:15:33 +0800
committerBhoppi Chaw2019-09-19 14:15:33 +0800
commit390b436548ec30b9747ad0e72e11dce5169582b4 (patch)
tree7c4b3125b653080b9f6ee43abfbabde65111195c
parent59144fe0e2c2759a9f81253e9f172b7073e3e47f (diff)
downloadaur-390b436548ec30b9747ad0e72e11dce5169582b4.tar.gz
update to 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7cac0599689..3ae2e0fb906d 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.9
+ pkgver = 3.8.0
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.9.tar.gz
- sha256sums = d5657eabc9c1dd477882c385353d5db7fd7f4cd6a64fc0235cd50ed720f15689
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.8.0.tar.gz
+ sha256sums = 84682de22f843dc7943630f9555e64b343269f0a074f1039ff135a88e976f1e9
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 7e89c50396dd..7eb3b8aff7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.7.9
+pkgver=3.8.0
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=('d5657eabc9c1dd477882c385353d5db7fd7f4cd6a64fc0235cd50ed720f15689')
+sha256sums=('84682de22f843dc7943630f9555e64b343269f0a074f1039ff135a88e976f1e9')
package() {
cd $pkgname-$pkgver