Skip to content

Commit

Permalink
archivers/ruby-ffi-libarchive: update to 1.1.13
Browse files Browse the repository at this point in the history
1.1.13 (2023-09-18)

Merged Pull Requests

* Update chefstyle requirement from 2.0.9 to 2.1.0 #62 (dependabot[bot])
* Update chefstyle requirement from 2.1.0 to 2.1.1 #63 (dependabot[bot])
* Update chefstyle requirement from 2.1.1 to 2.1.3 #65 (dependabot[bot])
* Update chefstyle requirement from 2.1.3 to 2.2.0 #66 (dependabot[bot])
* add ruby 3.1 in verfiy pipeline #69 (skeshari12)
* INFC-158 fix build from addition of Ruby 3.0/3.1 tests for Windows #71
  (tpowell-progress)
* Bundle pristine to patch 3.1 ruby #78 (tpowell-progress)
* Expose archive format compression methods #74 (sj26)
* Allow opening archive from fd #75 (sj26)
* Add .buildkite directory to fix the build #79 (tpowell-progress)
  • Loading branch information
taca committed Nov 11, 2023
1 parent 6303268 commit dbfe16b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions archivers/ruby-ffi-libarchive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2021/09/18 13:48:01 taca Exp $
# $NetBSD: Makefile,v 1.7 2023/11/11 09:30:54 taca Exp $

DISTNAME= ffi-libarchive-1.1.3
DISTNAME= ffi-libarchive-1.1.13
CATEGORIES= archivers

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,6 +10,8 @@ LICENSE= apache-2.0

USE_LANGUAGES= # none

DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.0<2:../../devel/ruby-ffi

.include "../../lang/ruby/gem.mk"
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions archivers/ruby-ffi-libarchive/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 09:57:16 nia Exp $
$NetBSD: distinfo,v 1.9 2023/11/11 09:30:54 taca Exp $

BLAKE2s (ffi-libarchive-1.1.3.gem) = 5948a007364601cfd288e4acd7c05385e0fe2806fc14686718125106f6d54366
SHA512 (ffi-libarchive-1.1.3.gem) = 3d504fef54d64f94a96452f49aef6be3639295a77ec1e9caeb9dccc03b0b5fc7ccbac08c0a55a0a3d8bf6ebab376bd3fb1a148ddbb040418f4f4fd6ca81ae2b5
Size (ffi-libarchive-1.1.3.gem) = 16384 bytes
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

0 comments on commit dbfe16b

Please sign in to comment.