Skip to content

Commit 5ba6bea

Browse files
committed
Update to 1.2.0
Changelog: This is mainly a fix for #1. But with that, the API is slightly changed. New now simply returns only a function: debounced := debounce.New(100 * time.Millisecond)
1 parent 5cb7d53 commit 5ba6bea

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

devel/go-debounce/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.7 2019/04/16 18:41:12 bsiegert Exp $
1+
# $NetBSD: Makefile,v 1.8 2019/05/11 03:46:04 ryoon Exp $
22

3-
DISTNAME= debounce-1.1.0
3+
DISTNAME= debounce-1.2.0
44
PKGNAME= go-${DISTNAME}
5-
PKGREVISION= 6
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=bep/}
76
CATEGORIES= devel
87
GITHUB_PROJECT= ${PKGBASE:S/^go-//}

devel/go-debounce/PLIST

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.1 2018/06/14 15:15:58 minskim Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2019/05/11 03:46:04 ryoon Exp $
22
gopkg/pkg/${GO_PLATFORM}/github.com/bep/debounce.a
33
gopkg/src/github.com/bep/debounce/LICENSE
44
gopkg/src/github.com/bep/debounce/README.md
55
gopkg/src/github.com/bep/debounce/debounce.go
66
gopkg/src/github.com/bep/debounce/debounce_test.go
7+
gopkg/src/github.com/bep/debounce/go.mod
8+
gopkg/src/github.com/bep/debounce/go.sum

devel/go-debounce/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2018/06/14 15:15:58 minskim Exp $
1+
$NetBSD: distinfo,v 1.2 2019/05/11 03:46:04 ryoon Exp $
22

3-
SHA1 (debounce-1.1.0.tar.gz) = 7487a73663a55f9baba98812dfda40b621248229
4-
RMD160 (debounce-1.1.0.tar.gz) = 88c7408a4f908f8f0c494c864c7115aa3dda38a2
5-
SHA512 (debounce-1.1.0.tar.gz) = bb74d56cd460af55f95c95f47b5a00998d9294db2bc36aa3029263623714ee3db83664392dae0b2eb0b475f4b84448abd42e81405f2dee8da2a123449252f572
6-
Size (debounce-1.1.0.tar.gz) = 3496 bytes
3+
SHA1 (debounce-1.2.0.tar.gz) = 22ff959f91c21b746b89bc28e7ccc112ecfba0d8
4+
RMD160 (debounce-1.2.0.tar.gz) = daf2b2a5b24aee63bfcd10fe3c51792ecc666958
5+
SHA512 (debounce-1.2.0.tar.gz) = 258db70a33286fa2b8e737a4ada350f11ce5050aa11b38886527bd8b9913d938029036f8fb61b19fa810b413512887e6f7cbe7168c5849f98acb195e092a64d4
6+
Size (debounce-1.2.0.tar.gz) = 2845 bytes

0 commit comments

Comments
 (0)