Skip to content

Commit 6ec71e7

Browse files
committed
libunibilium: update to 2.1.1
2.1.1 2021-04-04 - Makefile: fix undefined references with static builds (#19) 2.1.0 2020-02-11 - Makefile: use "-f" with prove always (to show failed tests) (#13) - Stop searching in further dirs on errors except ENOENT #12 - Makefile: do not rebuild t/static_%.c with updated gen-static-test - Add CMakeLists.txt and support for MSVC (#3) - Relax checks for extended capability to support new format (#5) - Makefile: use -Og with DEBUG=1 (#7) - unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8) - Makefile: revisit regenerate-tests rule (#6) - unibi_from_term: handle $TERMINFO as curses does #2
1 parent 10d983a commit 6ec71e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libunibilium/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# $NetBSD: Makefile,v 1.4 2015/05/20 06:48:02 jonthn Exp $
22

3-
DISTNAME= libunibilium-2.0.0
3+
DISTNAME= libunibilium-2.1.1
44
CATEGORIES= devel
5-
MASTER_SITES= ${MASTER_SITE_GITHUB:=mauke/}
5+
MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/}
66
GITHUB_PROJECT= unibilium
77
GITHUB_TAG= v${PKGVERSION_NOREV}
88

libunibilium/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$NetBSD: distinfo,v 1.3 2015/05/20 06:48:02 jonthn Exp $
22

3-
SHA1 (libunibilium-2.0.0.tar.gz) = bd6ddf0ae86405b95cd41432081219b2ab1b4b22
4-
RMD160 (libunibilium-2.0.0.tar.gz) = 9ca9cb523af3b24a18d5ac0fe8dcbb39cd56c56b
5-
SHA512 (libunibilium-2.0.0.tar.gz) = e93f319b7a85a4441c7f4e30d12d906805f066b14bff03331e48b6257da893f6447e257c8ba731077ad4b54d82d3ebf1ccf1fcf2d864273e0d4321a26ef7c172
6-
Size (libunibilium-2.0.0.tar.gz) = 112570 bytes
3+
SHA1 (libunibilium-2.1.1.tar.gz) = 2c85155166bdfba6d2f439bdf12f42fb96b5f3ce
4+
RMD160 (libunibilium-2.1.1.tar.gz) = 8843319c0627a44e3eb00777599882bf51f1d53c
5+
SHA512 (libunibilium-2.1.1.tar.gz) = ebcdcddc6c3a540d086b113bb83470c1c17cf59056b28308a484b20dc3df71de0f5d6e5bf105f9e4a8347c78500c65ae46c2b53ec87692a898c321a047664ee2
6+
Size (libunibilium-2.1.1.tar.gz) = 121998 bytes

0 commit comments

Comments
 (0)