diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-27 20:14:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-27 20:14:02 +0000 |
commit | dba4d871382e29d530b9abd8e1d1b414717ff335 (patch) | |
tree | 1e9fe97b52141d1a66beece224b24cdd1a07425e /inputmethod/libime/Makefile | |
parent | 3888b87157569c7a0398f9e14128b3fe6d264df7 (diff) | |
download | pkgsrc-dba4d871382e29d530b9abd8e1d1b414717ff335.tar.gz |
libime: Update to 1.0.4
Changelog:
* Improve BSD support.
* Improve auto select.
* Fix validations.
Diffstat (limited to 'inputmethod/libime/Makefile')
-rw-r--r-- | inputmethod/libime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/libime/Makefile b/inputmethod/libime/Makefile index a3c2e9bd7ec..7c09432f15e 100644 --- a/inputmethod/libime/Makefile +++ b/inputmethod/libime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/02/20 21:27:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/27 20:14:02 ryoon Exp $ -DISTNAME= libime-1.0.3 +DISTNAME= libime-1.0.4 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/libime/ EXTRACT_SUFX= .tar.xz |