Skip to content

Commit

Permalink
Update to 1.0.4
Browse files Browse the repository at this point in the history
Changelog:
    Don't consume key release events [#52]
    Improve hankaku katakana conversion [#51]
    Use the same typing rule in dict-edit mode [#50]
    Add abort-to-latin and abort-to-latin-unhandled command [#48]
    Add more z-* shortcuts from DDSKK
    Fix memory leak caused by Vala array conversion
    Bump build requirements (glib >= 2.36, valadoc >= 0.40)
  • Loading branch information
ryoon committed Jul 7, 2018
1 parent 470811d commit 181eb62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions inputmethod/libskk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2018/03/17 01:22:53 ryoon Exp $
# $NetBSD: Makefile,v 1.14 2018/07/07 07:21:34 ryoon Exp $
#

DISTNAME= libskk-1.0.3
DISTNAME= libskk-1.0.4
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_GITHUB:=ueno/}
GITHUB_PROJECT= ${PKGBASE}
Expand Down
10 changes: 5 additions & 5 deletions inputmethod/libskk/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2017/12/18 05:54:18 ryoon Exp $
$NetBSD: distinfo,v 1.10 2018/07/07 07:21:34 ryoon Exp $

SHA1 (libskk-1.0.3.tar.xz) = 324ed781fdc877054fd7cb103fafabacaf83c023
RMD160 (libskk-1.0.3.tar.xz) = fac3375ae9087fc0cbeaf38960929d32840694de
SHA512 (libskk-1.0.3.tar.xz) = ede5c43138a14268a346323ee23102fe33bcdfe18d280d152ab0cf6050682d259190142b73cc03be83d50fb4383d59742417c68495f51cc668b2f2231e8589b1
Size (libskk-1.0.3.tar.xz) = 562340 bytes
SHA1 (libskk-1.0.4.tar.xz) = 21e03ccffffe0c3594267a74d7d1efbc0d290978
RMD160 (libskk-1.0.4.tar.xz) = 1713c2c395ab390ca5fcf8724ff456340d2fcea7
SHA512 (libskk-1.0.4.tar.xz) = 5354c6c0ec5377576d9984abdc12887ed8e9655db3e103ed5ced613ac6f6f7fa8f44f011cd77786f44d1997817a32c5338a161dcafc3cdd33a45a3c0cad92e29
Size (libskk-1.0.4.tar.xz) = 562312 bytes

0 comments on commit 181eb62

Please sign in to comment.