From 3612517391d322f2db42ab3c3887ef2d8b0851c6 Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 21:44:28 +0400 Subject: [PATCH] quickcalc: update to version 1.28 --- quickcalc/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/quickcalc/Makefile b/quickcalc/Makefile index 0a764fd..0742ea9 100644 --- a/quickcalc/Makefile +++ b/quickcalc/Makefile @@ -1,15 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quickcalc -PKG_VERSION:=1.26 +PKG_VERSION:=1.28 PKG_RELEASE:=1 -PKG_SOURCE:=quickcalc-$(PKG_VERSION).tgz - PKG_SOURCE_URL:=ftp://ftp.ac-grenoble.fr/ge/mathematics/ - PKG_MD5SUM:=152599c038c06ecc11e7db9dad4d4dce - PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/quickcalc-$(PKG_VERSION) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=ftp://ftp.ac-grenoble.fr/ge/mathematics/ +PKG_MD5SUM:=1d89b963c84d6cd32918da8a779f3f24 include $(INCLUDE_DIR)/package.mk