Commit f7c033ed authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

Fix klotski

parent 71e0e2fc
...@@ -2,7 +2,7 @@ require 'package' ...@@ -2,7 +2,7 @@ require 'package'
class Gnome_klotski < Package class Gnome_klotski < Package
description 'A puzzle game for GNOME.' description 'A puzzle game for GNOME.'
homepage 'https://wiki.gnome.org/Apps/Klotski'compatibility 'all' homepage 'https://wiki.gnome.org/Apps/Klotski'
@_app = File.basename(__FILE__, '.rb').tr('_', '-') @_app = File.basename(__FILE__, '.rb').tr('_', '-')
@_fullver = '3.38.2' @_fullver = '3.38.2'
@_mainver = @_fullver.rpartition('.')[0] @_mainver = @_fullver.rpartition('.')[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment