Skip to content

Commit

Permalink
libunibilium: update to 2.1.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snowkat committed Aug 21, 2021
1 parent 10d983a commit 6ec71e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libunibilium/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2015/05/20 06:48:02 jonthn Exp $

DISTNAME= libunibilium-2.0.0
DISTNAME= libunibilium-2.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mauke/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/}
GITHUB_PROJECT= unibilium
GITHUB_TAG= v${PKGVERSION_NOREV}

Expand Down
8 changes: 4 additions & 4 deletions libunibilium/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/05/20 06:48:02 jonthn Exp $

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

0 comments on commit 6ec71e7

Please sign in to comment.