diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-09-12 14:33:35 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-09-12 14:33:35 +0200 |
commit | ec7dbd0c3d7bff453883e7377e6ca974479aceb9 (patch) | |
tree | aad47175c778c496edffbd51e5a65e2dc2f2fe1e /turtetris | |
parent | 827c585f4a399cd04cd424c352037b91a3e5cf78 (diff) | |
download | turris-myrepo-ec7dbd0c3d7bff453883e7377e6ca974479aceb9.tar.gz turris-myrepo-ec7dbd0c3d7bff453883e7377e6ca974479aceb9.tar.bz2 turris-myrepo-ec7dbd0c3d7bff453883e7377e6ca974479aceb9.zip |
Update turtetris to 1.2
Diffstat (limited to 'turtetris')
-rw-r--r-- | turtetris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/turtetris/Makefile b/turtetris/Makefile index ef2f427..304a961 100644 --- a/turtetris/Makefile +++ b/turtetris/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=turtetris -PKG_VERSION:=1.1 -PKG_RELEASE:=3 +PKG_VERSION:=1.2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.cynerd.cz/turris-tetris |