diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-30 15:06:07 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-30 15:06:07 +0800 |
commit | 10a5676f293fbaea0611609282d28ca756887c38 (patch) | |
tree | 707e66982d72e66b2ce7329a05da33384d7f014f /games | |
parent | 5d624f1511aada7e6d93dd9a5ef49c7ddb5f098b (diff) | |
download | freebsd-ports-gnome-10a5676f293fbaea0611609282d28ca756887c38.tar.gz freebsd-ports-gnome-10a5676f293fbaea0611609282d28ca756887c38.tar.zst freebsd-ports-gnome-10a5676f293fbaea0611609282d28ca756887c38.zip |
games/ltris: update to 1.2.1
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/
* fixed build failure with gcc 4.8
* added training mode with optional zero gravity
PR: 248344
Submitted by: marcel@herrbischoff.com (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/ltris/Makefile | 2 | ||||
-rw-r--r-- | games/ltris/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 8a98dd1f88a4..f2814c0f13e0 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ltris -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} diff --git a/games/ltris/distinfo b/games/ltris/distinfo index e65bdf305911..c94df2e0e4c2 100644 --- a/games/ltris/distinfo +++ b/games/ltris/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595157179 -SHA256 (ltris-1.2.tar.gz) = a7bc6c5fc6539b88505077a1b4580edc9b179ce0a6b829c58fbd9416cf456195 -SIZE (ltris-1.2.tar.gz) = 1803626 +TIMESTAMP = 1596013375 +SHA256 (ltris-1.2.1.tar.gz) = f868f79da7d4fc2029b38d16f393e9f09925daa5c7c4b3dbfdddf602fbdea924 +SIZE (ltris-1.2.1.tar.gz) = 1804119 |