summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2022-10-08 20:22:42 +1300
committerVaporeon2022-10-08 20:22:42 +1300
commitcc678d60cc88797bb15bab7c2832483db5d21b1e (patch)
treeff03141ead511da0795489805c727c40faad27be
parentc8b011194583aeac727899e43191c73541c3a083 (diff)
downloadaur-cc678d60cc88797bb15bab7c2832483db5d21b1e.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63108bbef1f1..0271b3b5eab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-flac
pkgdesc = Free Lossless Audio Codec (mingw-w64)
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = http://flac.sourceforge.net/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-flac
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/xiph/flac/releases/download/1.4.0/flac-1.4.0.tar.xz
- sha256sums = af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506
+ source = https://github.com/xiph/flac/releases/download/1.4.1/flac-1.4.1.tar.xz
+ sha256sums = 91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6
pkgname = mingw-w64-flac
diff --git a/PKGBUILD b/PKGBUILD
index 7f6b973ca85b..d6807406eb47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: naelstrof <naelstrof@gmail.com>
pkgname=mingw-w64-flac
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Free Lossless Audio Codec (mingw-w64)"
url="http://flac.sourceforge.net/"
@@ -12,7 +12,7 @@ depends=('mingw-w64-libogg' 'mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'ninja' 'nasm')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/xiph/flac/releases/download/${pkgver}/flac-${pkgver}.tar.xz")
-sha256sums=('af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506')
+sha256sums=('91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
_pkgname="${pkgname#mingw-w64-}"