Skip to content

Commit

Permalink
Update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored and actions-user committed Jan 21, 2024
1 parent 78fd3f4 commit 2f60c6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3702,8 +3702,6 @@ export const packages: Package[] = [
'A library of useful C utilities with JavaScript-like array, buffer, and string APIs',
keywords: ['array', 'buffer', 'formatting', 'utilities', 'helpers'],
src: ['include/libutil.h', 'src/array.c', 'src/buffer.c', 'src/str.c'],
install: 'make install',
uninstall: 'make uninstall',
development: { 'thlorenz/tap.c': '*' },
dependencies: {}
},
Expand Down Expand Up @@ -8492,7 +8490,7 @@ export const packages: Package[] = [
]

export const updatedAt = new Date(
'Sat Jan 20 2024 12:12:12 GMT+0000 (Coordinated Universal Time)'
'Sun Jan 21 2024 18:10:11 GMT+0000 (Coordinated Universal Time)'
)

export const revision = '315429581dc3c654a0acee60e7f24a462b15cdde'
export const revision = '78fd3f4394bb74355fd03f3e6622ebb01e2514d0'

0 comments on commit 2f60c6d

Please sign in to comment.