Skip to content

Commit

Permalink
(sysutils/R-later) Updated 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
# later 1.3.0

* Closed #148: When later was attached, `parallel::makeForkCluster()`
  would fail. (#149)

* Fixed #150: It was possible for callbacks to execute in the wrong
  order if the clock time was changed in between the scheduling of two
  callbacks. (#151)
  • Loading branch information
mef committed Aug 30, 2021
1 parent f3c9c93 commit 7cbda73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/R-later/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2021/06/05 08:37:14 mef Exp $
# $NetBSD: Makefile,v 1.5 2021/08/30 00:39:33 mef Exp $

R_PKGNAME= later
R_PKGVER= 1.2.0
R_PKGVER= 1.3.0
CATEGORIES= sysutils

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions sysutils/R-later/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2021/06/05 08:37:14 mef Exp $
$NetBSD: distinfo,v 1.4 2021/08/30 00:39:33 mef Exp $

SHA1 (R/later_1.2.0.tar.gz) = cea59700fe6fdc1128fdde1076bec6d65d950dc7
RMD160 (R/later_1.2.0.tar.gz) = c946e0e2c39277b28dbf235528d9ac076f7a7ef7
SHA512 (R/later_1.2.0.tar.gz) = 4b43895f1a5dee22ebfd937c50a9b84891119fc1d2edefa54c85b9e8e6dc8fc23a83b31b5b1a3b9254b0ba762eb5a24d15f6644e3cbd9ce74cab0759ea680fb8
Size (R/later_1.2.0.tar.gz) = 64104 bytes
SHA1 (R/later_1.3.0.tar.gz) = 0a099fac2be6fca429e3a33776a0bf87fbfb182f
RMD160 (R/later_1.3.0.tar.gz) = 021b3cc6537ca441bb9ef90ff49c24e9f2fc6036
SHA512 (R/later_1.3.0.tar.gz) = b55649fd50bdeea33cfee4740325dfe61bb8a5534e1de7043267a7b4f26846082b787ef048a4af22bfd3b2ae96cc3824727fb98a6570044ad53ee0c6e1824eaf
Size (R/later_1.3.0.tar.gz) = 63785 bytes

0 comments on commit 7cbda73

Please sign in to comment.