diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-04-05 12:00:17 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-04-05 12:00:17 (GMT) |
commit | 6a2cab9dbbc32c6d904d87671ba3b6780110e9a3 (patch) | |
tree | 579094e045e9b13618fd58de5f3e3adc1f999a5b /src/pthreads.mk | |
parent | 3bd8d6ee1732893adc41246d5d240664309a17d6 (diff) | |
download | mxe-6a2cab9dbbc32c6d904d87671ba3b6780110e9a3.zip mxe-6a2cab9dbbc32c6d904d87671ba3b6780110e9a3.tar.gz mxe-6a2cab9dbbc32c6d904d87671ba3b6780110e9a3.tar.bz2 |
validate downloads using SHA-1 checksums
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r-- | src/pthreads.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk index 9c87544..0e2ee0b 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -1,12 +1,13 @@ # pthreads-w32 -PKG := pthreads -$(PKG)_VERSION := 2-8-0 -$(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release -$(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz -$(PKG)_WEBSITE := http://sourceware.org/pthreads-win32/ -$(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +PKG := pthreads +$(PKG)_VERSION := 2-8-0 +$(PKG)_CHECKSUM := da8371cb20e8e238f96a1d0651212f154d84a9ac +$(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release +$(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz +$(PKG)_WEBSITE := http://sourceware.org/pthreads-win32/ +$(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) +$(PKG)_DEPS := gcc define $(PKG)_UPDATE wget -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \ |