-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archivers/ruby-ffi-libarchive: update to 1.1.14
1.1.14 (2024-01-31) Merged Pull Requests * Correct return type of archive_read_data (fix RARv5 support) #86 (tbolender)
- Loading branch information
taca
committed
Feb 3, 2024
1 parent
887b184
commit 967901d
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.7 2023/11/11 09:30:54 taca Exp $ | ||
# $NetBSD: Makefile,v 1.8 2024/02/03 14:58:44 taca Exp $ | ||
|
||
DISTNAME= ffi-libarchive-1.1.13 | ||
DISTNAME= ffi-libarchive-1.1.14 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.9 2023/11/11 09:30:54 taca Exp $ | ||
$NetBSD: distinfo,v 1.10 2024/02/03 14:58:45 taca Exp $ | ||
|
||
BLAKE2s (ffi-libarchive-1.1.13.gem) = 216d8c62979774c4b7ccbb7bb71500e1100381e60a16f9fb30531431ce6331d1 | ||
SHA512 (ffi-libarchive-1.1.13.gem) = 7a7a9ec78a19b06892512271cccf627174cd2c57f36c3edde68b15b6164d82de00207f4aa712f8c45f14a4dc1f47554eb1493fb18787758aff2d645b449bcf26 | ||
Size (ffi-libarchive-1.1.13.gem) = 16384 bytes | ||
BLAKE2s (ffi-libarchive-1.1.14.gem) = ad2a0ba5feb12bd092ae689cb2f38d11a0db070b796e7471a5dbc2ef423bab84 | ||
SHA512 (ffi-libarchive-1.1.14.gem) = 410efe981e5bb9fde5bc413d2f9ecd67a6bc64bc4cd7eef1425e077fe1ab339c8cb7ad8c4765ad334e638afe911602acb567c4fe2c6c9930abe42e8f9e3e6752 | ||
Size (ffi-libarchive-1.1.14.gem) = 16384 bytes |