summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-11-01 07:05:58 +0100
committerNicola Murino2021-11-01 07:05:58 +0100
commitd1bf2caf940e2438ae38685a3266bc43cc6236d2 (patch)
treee1cd1abdebce9964934b530380a34badfdc231d4
parenta1decd7eaed69aebc2e28d3deee8e3ace7414c1b (diff)
downloadaur-d1bf2caf940e2438ae38685a3266bc43cc6236d2.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e20fdce95c3..31f790fdb90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libffi
pkgdesc = Portable foreign function interface library (mingw-w64)
- pkgver = 3.3
+ pkgver = 3.4.2
pkgrel = 1
url = http://sourceware.org/libffi
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-libffi
options = staticlibs
options = !buildflags
options = !strip
- source = https://sourceware.org/pub/libffi/libffi-3.3.tar.gz
- sha256sums = 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056
+ source = https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
+ sha256sums = 540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620
pkgname = mingw-w64-libffi
-
diff --git a/PKGBUILD b/PKGBUILD
index e1e127170fc5..e5460397ea82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libffi
-pkgver=3.3
+pkgver=3.4.2
pkgrel=1
pkgdesc="Portable foreign function interface library (mingw-w64)"
arch=(any)
@@ -9,8 +9,8 @@ makedepends=(mingw-w64-configure)
options=(staticlibs !buildflags !strip)
license=(MIT)
url="http://sourceware.org/libffi"
-source=(https://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz)
-sha256sums=('72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056')
+source=(https://github.com/libffi/libffi/releases/download/v$pkgver/libffi-$pkgver.tar.gz)
+sha256sums=('540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"