diff options
Diffstat (limited to 'src/bison.mk')
-rw-r--r-- | src/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bison.mk b/src/bison.mk index 9d17f23..eeb766f 100644 --- a/src/bison.mk +++ b/src/bison.mk @@ -4,7 +4,7 @@ PKG := bison $(PKG)_IGNORE := 3% $(PKG)_VERSION := 2.7.1 -$(PKG)_CHECKSUM := accf6fdca5e282cafec1b865f4b5e963ba8ea7fb +$(PKG)_CHECKSUM := b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb $(PKG)_SUBDIR := bison-$($(PKG)_VERSION) $(PKG)_FILE := bison-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE) |