File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export const metadata = {
66 license : "MIT" ,
77 name : "fzf" ,
88 repository : "https://github.com/junegunn/fzf" ,
9- version : "0.66.1 " ,
10- tag : "fzf/0.66.1 " ,
9+ version : "0.70.0 " ,
10+ tag : "fzf/0.70.0 " ,
1111 provides : {
1212 binaries : [ "fzf" ] ,
1313 } ,
@@ -16,7 +16,7 @@ export const metadata = {
1616export const source = ( ) => {
1717 const { name, version } = metadata ;
1818 const checksum =
19- "sha256:ae70923dba524d794451b806dbbb605684596c1b23e37cc5100daa04b984b706 " ;
19+ "sha256:a99e0df4dfb6228c8af63a2f99f39f7476b7da614833141be30a6b3a3f9d440f " ;
2020 const tag = `v${ version } ` ;
2121 return std . download . fromGithub ( {
2222 checksum,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export const metadata = {
66 license : "MIT" ,
77 name : "nushell" ,
88 repository : "https://github.com/nushell/nushell" ,
9- version : "0.110 .0" ,
10- tag : "nushell/0.110 .0" ,
9+ version : "0.111 .0" ,
10+ tag : "nushell/0.111 .0" ,
1111 provides : {
1212 binaries : [ "nu" ] ,
1313 } ,
@@ -16,7 +16,7 @@ export const metadata = {
1616export const source = ( ) => {
1717 const { name, version } = metadata ;
1818 const checksum =
19- "sha256:e4c95f743cea3d985ab90e03fd35707a46eef926d407ed363f994155c1ca5055 " ;
19+ "sha256:e3a7980bb5532016036d9fdbbe0a2acc5a73f9549d1842ff6c8c0de2a6d1ddbe " ;
2020 const owner = name ;
2121 const repo = name ;
2222 const tag = version ;
You can’t perform that action at this time.
0 commit comments