diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-09-26 11:12:10 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-09-26 12:07:19 +0200 |
commit | 93fc7efb9ed8b00326d781369c6396a6d8e61515 (patch) | |
tree | d129621154cf36c502e9bc8faaf985d85f90bf03 /sciteco/Makefile | |
parent | 836cc622f499b12c391666c903e4c2575e5f500e (diff) | |
download | nanonote-ports-93fc7efb9ed8b00326d781369c6396a6d8e61515.tar.gz |
* fixes filename truncations and operator precedence tables
Diffstat (limited to 'sciteco/Makefile')
-rw-r--r-- | sciteco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sciteco/Makefile b/sciteco/Makefile index 5cdf685..6855ace 100644 --- a/sciteco/Makefile +++ b/sciteco/Makefile @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sciteco PKG_VERSION:=0.6.4-git -PKG_RELEASE:=2 -PKG_REV:=c3f7aa7252ad9adb51cef1e35f566883ef953aad +PKG_RELEASE:=3 +PKG_REV:=21e0d302fc849d9f8827b9f2cb93472f7c30fafe PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz PKG_SOURCE_URL:=https://github.com/rhaberkorn/sciteco.git |