summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a55d45ef9f6..0e63440ec55d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-ffmpeg-minimal
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
- pkgver = 5.1.1
+ pkgver = 5.1.2
pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-ffmpeg-minimal
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
sha256sums = SKIP
pkgname = mingw-w64-ffmpeg-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 72c87370336c..85054ba1e9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-ffmpeg-minimal
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
@@ -16,7 +16,7 @@ options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'git' 'yasm')
provides=('mingw-w64-ffmpeg')
conflicts=('mingw-w64-ffmpeg')
-_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
+_tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}")
sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"