summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-10-26 10:30:33 +0200
committerNicola Murino2022-10-26 10:30:33 +0200
commit33649668fb2d560ddc1559b8aa35436fa6db3c6a (patch)
tree8b251dcb25c09939c2383cc785bf2139848e3f0b
parentd1bf2caf940e2438ae38685a3266bc43cc6236d2 (diff)
downloadaur-33649668fb2d560ddc1559b8aa35436fa6db3c6a.tar.gz
Update to 3.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f790fdb90e..a98e5d28c11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libffi
pkgdesc = Portable foreign function interface library (mingw-w64)
- pkgver = 3.4.2
+ pkgver = 3.4.4
pkgrel = 1
url = http://sourceware.org/libffi
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-libffi
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
- sha256sums = 540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620
+ source = https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz
+ sha256sums = d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676
pkgname = mingw-w64-libffi
diff --git a/PKGBUILD b/PKGBUILD
index e5460397ea82..97c36f52ea69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libffi
-pkgver=3.4.2
+pkgver=3.4.4
pkgrel=1
pkgdesc="Portable foreign function interface library (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ options=(staticlibs !buildflags !strip)
license=(MIT)
url="http://sourceware.org/libffi"
source=(https://github.com/libffi/libffi/releases/download/v$pkgver/libffi-$pkgver.tar.gz)
-sha256sums=('540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620')
+sha256sums=('d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"