File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
3
3
export const metadata = {
4
4
homepage : "https://www.gnu.org/software/grep/" ,
5
5
license : "GPL-2.0-or-later" ,
6
- name : "gnugrep " ,
6
+ name : "grep " ,
7
7
repository : "https://git.savannah.gnu.org/cgit/grep.git" ,
8
8
version : "3.12" ,
9
9
tag : "gnugrep/3.12" ,
@@ -13,8 +13,7 @@ export const metadata = {
13
13
} ;
14
14
15
15
export const source = ( ) => {
16
- const { version } = metadata ;
17
- const name = "grep" ;
16
+ const { name, version } = metadata ;
18
17
const checksum =
19
18
"sha256:badda546dfc4b9d97e992e2c35f3b5c7f20522ffcbe2f01ba1e9cdcbe7644cdc" ;
20
19
return std . download . fromGnu ( { name, version, checksum } ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
3
3
export const metadata = {
4
4
homepage : "https://www.gnu.org/software/make/" ,
5
5
license : "GPL-3.0-or-later" ,
6
- name : "gnumake " ,
6
+ name : "make " ,
7
7
repository : "https://git.savannah.gnu.org/cgit/make.git" ,
8
8
version : "4.4.1" ,
9
9
tag : "gnumake/4.4.1" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
3
3
export const metadata = {
4
4
homepage : "https://www.gnu.org/software/sed/" ,
5
5
license : "GPL-2.0-or-later" ,
6
- name : "gnused " ,
6
+ name : "sed " ,
7
7
repository : "https://git.savannah.gnu.org/cgit/sed.git" ,
8
8
version : "4.9" ,
9
9
tag : "gnused/4.9" ,
You can’t perform that action at this time.
0 commit comments