Package Details: brave-beta-bin 1.66.91-1

Git Clone URL: https://aur.archlinux.org/brave-beta-bin.git (read-only, click to copy)
Package Base: brave-beta-bin
Description: Web browser that blocks ads and trackers by default (beta binary release).
Upstream URL: https://brave.com/download-beta
Licenses: MPL2
Provides: brave-beta-bin, brave-beta-browser
Submitter: originof
Maintainer: gregbunk
Last Packager: gregbunk
Votes: 40
Popularity: 0.56
First Submitted: 2018-09-28 15:42 (UTC)
Last Updated: 2024-04-26 13:17 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

corysanin commented on 2023-05-24 16:53 (UTC)

I think the checksum for brave-beta-bin.sh is wrong. I get 39285d89d7af5fe4646c1c1b60fa535314b3921929134994c5927413cd4f17fa56acf7183479a50a56cd1e913e4a27e806a559a018835754de50b565fb975dce

gregbunk commented on 2023-05-23 19:22 (UTC)

Yeah. Was hoping for something quite a bit cheaper.

brave-nightly-bin now has experimental aarch64. No clue if it works.

hamza72x commented on 2023-05-23 18:37 (UTC)

@gregbunk I am using m1 macbook with Asahi Linux installed. Get a m1 mac maybe?

gregbunk commented on 2023-05-23 16:01 (UTC)

I'd be happy to add an aarch64 version. I don't have the hardware. What should I get?

hamza72x commented on 2023-05-20 10:09 (UTC) (edited on 2023-05-20 10:10 (UTC) by hamza72x)

Can we have aarch64 version please? Needed for Asahi-Linux. Let me know, if I can do this somehow by myself.

brave-bin version is working fine in Asahi (aarch64)

0000000011111111 commented on 2023-03-23 09:17 (UTC)

Hi, thank you for maintaining. I just wanted to let you know that the validity check failed today for "brave-browser-beta_1.50.100_amd64.deb".

gregbunk commented on 2022-07-28 13:00 (UTC)

Should be all set

timescam commented on 2022-07-21 09:14 (UTC) (edited on 2022-07-21 09:20 (UTC) by timescam)

Can you add these lines to brave-beta-bin.sh so that it will read user flags form file, like how it works on both brave-nightly-bin and brave-bin in aur, thx

diff --git a/brave-beta-bin.sh b/brave-beta-bin.sh
index bd4c5d3..63ae45e 100644
--- a/brave-beta-bin.sh
+++ b/brave-beta-bin.sh
@@ -1,6 +1,13 @@
 #!/usr/bin/env bash
+XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
+
+# Allow users to override command-line options
+USER_FLAGS_FILE="$XDG_CONFIG_HOME/brave-beta-flags.conf"
+if [[ -f $USER_FLAGS_FILE ]]; then
+   USER_FLAGS="$(cat $USER_FLAGS_FILE | sed 's/#.*//')"
+fi

 if [[ -z "${CHROME_USER_DATA_DIR}" ]]; then
     export CHROME_USER_DATA_DIR=~/.config/BraveSoftware/Brave-Browser-Beta
 fi
-exec "/opt/brave.com/brave-beta/brave-browser" "$BRAVE_FLAGS" "$FLAG" "$@"
+exec "/opt/brave.com/brave-beta/brave-browser" "$USER_FLAGS" "$BRAVE_FLAGS" "$FLAG" "$@"

theriddick commented on 2022-05-11 14:47 (UTC)

@gregbunk I rolled back to normal Mesa v22 and all is fine. Also I was using a AUR Mesa-git which is newer then the default AUR version I think.

gregbunk commented on 2022-05-11 12:13 (UTC)

Mesa-git looks OK here (AMD RX6400xt) - maybe it's the card?

In any case, please report this to Brave directly. This is simply a repackage of what they produce.