Skip to content

Commit

Permalink
Update ar lib
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Nov 6, 2024
1 parent 04687a1 commit 34c5fe5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.2
-------------
* Fix entries in ar archives that may be incorrect for certain filename lengths.

Version 1.1.1
-------------
* `zip`: enable `--preamble_from` to find preambles for zip files written by
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/klauspost/compress v1.13.6
github.com/peterebden/ar v0.0.0-20230524111245-4f7c7b065694
github.com/peterebden/ar v0.0.0-20241106125055-58ff4f2a458a
github.com/peterebden/go-cli-init/v5 v5.2.0
github.com/stretchr/testify v1.8.3
github.com/ulikunitz/xz v0.5.10
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQ
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
github.com/peterebden/ar v0.0.0-20230524111245-4f7c7b065694 h1:pDBk3JWSIjS3gNxwEk1RjGdyZLsyTW4pOHaShBs9FK8=
github.com/peterebden/ar v0.0.0-20230524111245-4f7c7b065694/go.mod h1:hpFkyhCgB5Rm8FK+ISypOE+9UyrCuL6MNcjPMB1s1ec=
github.com/peterebden/ar v0.0.0-20241106124814-1b81dc631de1 h1:CQgyJ+FsNLRUiw64ISy3Xb381VWY2SCx/y58k6EgB8U=
github.com/peterebden/ar v0.0.0-20241106124814-1b81dc631de1/go.mod h1:hpFkyhCgB5Rm8FK+ISypOE+9UyrCuL6MNcjPMB1s1ec=
github.com/peterebden/ar v0.0.0-20241106125055-58ff4f2a458a h1:jBixB4zrYcDAJMakZSWNgBbUvvP639pX9WIsaepRuJM=
github.com/peterebden/ar v0.0.0-20241106125055-58ff4f2a458a/go.mod h1:hpFkyhCgB5Rm8FK+ISypOE+9UyrCuL6MNcjPMB1s1ec=
github.com/peterebden/go-cli-init/v5 v5.2.0 h1:T4WfGF+XjYCdVR4Y9KcTRVGpY5f6UelP0WDNuvn3Twc=
github.com/peterebden/go-cli-init/v5 v5.2.0/go.mod h1:CAwh3oj26LCNv9zLsWCDWlPnERwAeQTDsHTSGqobV3Q=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ go_module(
name = "ar",
licences = ["MIT"],
module = "github.com/peterebden/ar",
version = "v0.0.0-20230524111245-4f7c7b065694",
version = "v0.0.0-20241106125055-58ff4f2a458a",
visibility = ["PUBLIC"],
)

Expand Down

0 comments on commit 34c5fe5

Please sign in to comment.