summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2019-03-29 19:45:12 -0400
committerAlexandre Demers2019-03-29 19:45:12 -0400
commitc0f3290381d905c8d7b7adbe662e369aa0b75f13 (patch)
treed689a134d0f2c9f01cdb90a734841bf32bf5d3ca
parentd3b8ce4e91b3da147e0f7e220f25cdd1fc48c96e (diff)
downloadaur-c0f3290381d905c8d7b7adbe662e369aa0b75f13.tar.gz
Update to 4.1.2
Nothing special Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85276089e572..afaa224fa52c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
- pkgver = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
@@ -63,7 +63,7 @@ pkgbase = lib32-ffmpeg
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.2
validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2a5808fda028..18779d3be715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"