summaryrefslogtreecommitdiff
path: root/www/deno/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/deno/files')
-rw-r--r--www/deno/files/patch-cli_upgrade.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/deno/files/patch-cli_upgrade.rs b/www/deno/files/patch-cli_upgrade.rs
deleted file mode 100644
index dfacbd2cdd9e..000000000000
--- a/www/deno/files/patch-cli_upgrade.rs
+++ /dev/null
@@ -1,11 +0,0 @@
---- cli/upgrade.rs.orig 2020-07-22 16:15:41.99 UTC
-+++ cli/upgrade.rs
-@@ -35,6 +35,8 @@ const ARCHIVE_NAME: &str = "deno-x86_64-pc-windows-msv
- const ARCHIVE_NAME: &str = "deno-x86_64-apple-darwin.zip";
- #[cfg(target_os = "linux")]
- const ARCHIVE_NAME: &str = "deno-x86_64-unknown-linux-gnu.zip";
-+#[cfg(target_os = "freebsd")]
-+const ARCHIVE_NAME: &str = "deno-x86_64-unknown-freebsd.zip";
-
- async fn get_latest_version(client: &Client) -> Result<Version, ErrBox> {
- println!("Checking for latest version");