Skip to content

Commit d38d281

Browse files
committed
fix: gnu-prefix tag but not name for grep, make, sed
1 parent a90fb91 commit d38d281

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/gnugrep/tangram.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
33
export const metadata = {
44
homepage: "https://www.gnu.org/software/grep/",
55
license: "GPL-2.0-or-later",
6-
name: "gnugrep",
6+
name: "grep",
77
repository: "https://git.savannah.gnu.org/cgit/grep.git",
88
version: "3.12",
99
tag: "gnugrep/3.12",
@@ -13,8 +13,7 @@ export const metadata = {
1313
};
1414

1515
export const source = () => {
16-
const { version } = metadata;
17-
const name = "grep";
16+
const { name, version } = metadata;
1817
const checksum =
1918
"sha256:badda546dfc4b9d97e992e2c35f3b5c7f20522ffcbe2f01ba1e9cdcbe7644cdc";
2019
return std.download.fromGnu({ name, version, checksum });

packages/gnumake/tangram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
33
export const metadata = {
44
homepage: "https://www.gnu.org/software/make/",
55
license: "GPL-3.0-or-later",
6-
name: "gnumake",
6+
name: "make",
77
repository: "https://git.savannah.gnu.org/cgit/make.git",
88
version: "4.4.1",
99
tag: "gnumake/4.4.1",

packages/gnused/tangram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as std from "std" with { local: "../std" };
33
export const metadata = {
44
homepage: "https://www.gnu.org/software/sed/",
55
license: "GPL-2.0-or-later",
6-
name: "gnused",
6+
name: "sed",
77
repository: "https://git.savannah.gnu.org/cgit/sed.git",
88
version: "4.9",
99
tag: "gnused/4.9",

0 commit comments

Comments
 (0)