Skip to content

Commit

Permalink
(archivers/R-zip) Updated 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
# 2.2.0

* Header values (of version made by and external attributes) are now
  correctly read and written on big-endian systems (#68).

* `zip_list()` now also returns `crc32` and `offset` (#74, @jefferis).
  • Loading branch information
mef committed Aug 30, 2021
1 parent 3a80b08 commit 7a9511e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions archivers/R-zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2020/12/21 11:09:11 mef Exp $
# $NetBSD: Makefile,v 1.5 2021/08/30 01:14:59 mef Exp $

R_PKGNAME= zip
R_PKGVER= 2.1.1
R_PKGVER= 2.2.0
CATEGORIES= archivers

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions archivers/R-zip/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/12/21 11:09:11 mef Exp $
$NetBSD: distinfo,v 1.4 2021/08/30 01:14:59 mef Exp $

SHA1 (R/zip_2.1.1.tar.gz) = 1d53f0db91d9af9e185343f7cce5f1b8c24844c4
RMD160 (R/zip_2.1.1.tar.gz) = 5488c6508f0027e2526f3236cc75bbd433422fdc
SHA512 (R/zip_2.1.1.tar.gz) = 17831001fc767154425b19a230e07cbe50797fe3e767a680da70daa5c49634f48f2731f0260bc54c18a41219d8a30f3df5f10246435793ad183638794b025a24
Size (R/zip_2.1.1.tar.gz) = 112865 bytes
SHA1 (R/zip_2.2.0.tar.gz) = 894e63bc681826dad2a1ebc0a89b55e5cf70a683
RMD160 (R/zip_2.2.0.tar.gz) = 5db05a0e804bdb03ed7997b9b54ae91503e448f7
SHA512 (R/zip_2.2.0.tar.gz) = c32ba46ece47502a5fc087db49be7574c9ae3f558d39b6fb20d37c9c2a0bd00452e99b43cd6cadd087b93fc3008e53f7ea3b59ba96f8b40f5dff6b36b3749fc6
Size (R/zip_2.2.0.tar.gz) = 114391 bytes

0 comments on commit 7a9511e

Please sign in to comment.