summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-01-26 20:20:39 +0100
committerMichel Zou2024-01-26 20:20:39 +0100
commit39474c66ffcc9bbe7b282b7ebb8f1dad5b41e631 (patch)
treef493b446829edb5c165893a633f8f81fc734b3bf /PKGBUILD
parentfb1e669548d338d2393107d29500989488c76e22 (diff)
downloadaur-mingw-w64-dlfcn.tar.gz
1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33891fd25fe8..ad130aa67a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-dlfcn
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="A wrapper for dlfcn to the Win32 API (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/dlfcn-win32/dlfcn-win32/archive/v${pkgver}.tar.gz")
-sha256sums=('0ba32c0c926dd446ce95c1edc0e962ad27aa3b9d763dfc2fe370744647dce976')
+sha256sums=('30a9f72bdf674857899eb7e553df1f0d362c5da2a576ae51f886e1171fbdb399')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"