diff options
author | Mark Brand <mabrand@mabrand.nl> | 2017-01-15 23:12:04 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2017-01-15 23:12:32 (GMT) |
commit | b96b5052a94e221121dd9b64540d2167cf8fdd1a (patch) | |
tree | 82911e2845601d8b8e3a811926cbe4e5b95d1e85 /src/fftw.mk | |
parent | d4e05b058bb2065ccc55c18bb72c94586a466fc6 (diff) | |
download | mxe-b96b5052a94e221121dd9b64540d2167cf8fdd1a.zip mxe-b96b5052a94e221121dd9b64540d2167cf8fdd1a.tar.gz mxe-b96b5052a94e221121dd9b64540d2167cf8fdd1a.tar.bz2 |
update: fftw poppler zlib
Diffstat (limited to 'src/fftw.mk')
-rw-r--r-- | src/fftw.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fftw.mk b/src/fftw.mk index a8b10eb..8020efb 100644 --- a/src/fftw.mk +++ b/src/fftw.mk @@ -3,8 +3,8 @@ PKG := fftw $(PKG)_WEBSITE := http://www.fftw.org/ $(PKG)_IGNORE := -$(PKG)_VERSION := 3.3.4 -$(PKG)_CHECKSUM := 8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982 +$(PKG)_VERSION := 3.3.6 +$(PKG)_CHECKSUM := 7c6d4e7df2665e3d307f8c75f4c5bc8c5a030340b25e7f36e59cd6fdf7087726 $(PKG)_SUBDIR := fftw-$($(PKG)_VERSION) $(PKG)_FILE := fftw-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.fftw.org/$($(PKG)_FILE) |