summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-06-22 17:55:51 +0200
committerNicola Murino2024-06-22 17:55:51 +0200
commit1ff18f9692be642b1630d3b218997ea02605a681 (patch)
tree257f90773edf5b41820444202d3d84bd8a5b417d
parent7ce40aeb01563f5957a101d2bcf4da842ad127c0 (diff)
downloadaur-1ff18f9692be642b1630d3b218997ea02605a681.tar.gz
7.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5eb9e640a56..f5ef91b874db 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 = 6.1.1
+ pkgver = 7.0.1
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?signed#tag=6f4048827982a8f48f71f551a6e1ed2362816eec
+ source = git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=47f70eda3e2ff003a787e512afd07b0c266f7a70
validpgpkeys = DD1EC9E8DE085C629B3E1846B18E8928B3948D64
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 51b043d1beb9..4ad05b23454f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-ffmpeg-minimal
-pkgver=6.1.1
+pkgver=7.0.1
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=6f4048827982a8f48f71f551a6e1ed2362816eec
+_tag=47f70eda3e2ff003a787e512afd07b0c266f7a70
source=("git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}")
sha256sums=('SKIP')
validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <michael@niedermayer.cc>