From a617c35025ad059f6344a86d748bdc3ddc879b1e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 10 Dec 2019 13:19:32 +0100 Subject: [PATCH] brotli: rebuild 0.6.0 ``` bee remove brotli bee install brotli-0.6.0-1 ``` - remove /lib64 - fix sudo inherited user permissions on root install --- brotli.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brotli.be0 b/brotli.be0 index 1538deb36..834a80a81 100755 --- a/brotli.be0 +++ b/brotli.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION brotli-0.6.0-0 +# BEE_VERSION brotli-0.6.0-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)