MacOs brew builds small details

I saw that the formula was updated to 20.11.1 and has arm builds, thanks for that

==> Downloading https://homebrew.bintray.com/bottles/dgraph-20.11.1.arm64_big_sur.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/783faa5e8541f8117d1a830675f4ebf97b44a75b2f8703fe5cd8f
######################################################################## 100.0%
==> Pouring dgraph-20.11.1.arm64_big_sur.bottle.tar.gz
๐Ÿบ  /opt/homebrew/Cellar/dgraph/20.11.1: 6 files, 39.7MB
โžœ  ~ dgraph version
Page Size: 16384

Dgraph version   : -oss
Dgraph codename  : tchalla-1-mod
Dgraph SHA-256   : 2e6a20b38c9e50984d778c6855972ab54ecde6ea6ddaeffcb0579bc46b66ab70
Commit SHA-1     :
Commit timestamp :
Branch           :
Go version       : go1.16rc1
jemalloc enabled : false

For Dgraph official documentation, visit https://dgraph.io/docs/.
For discussions about Dgraph     , visit http://discuss.dgraph.io.

Licensed under the Apache Public License 2.0.
Copyright 2015-2020 Dgraph Labs, Inc.

but a few things jump out to me
Dgraph version is not filled in properly, missing Commit/Branch values and the 2020 copyright

compared here with the head version , which pull the master branch

โžœ  ~ brew install dgraph --head
==> Cloning https://github.com/dgraph-io/dgraph.git
Updating /Users/jakob/Library/Caches/Homebrew/dgraph--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at d577435 Reorganize the output of lsbackup command (#7354)
==> make HAS_JEMALLOC=jemalloc oss_install
๐Ÿบ  /opt/homebrew/Cellar/dgraph/HEAD-d577435: 6 files, 40MB, built in 11 seconds
Removing: /Users/jakob/Library/Caches/Homebrew/dgraph--20.11.1.arm64_big_sur.bottle.tar.gz... (18.5MB)
โžœ  ~ dgraph version

Dgraph version   : v20.11.0-gd577435-oss
Dgraph codename  : unnamed-mod
Dgraph SHA-256   : f3f5dba46a44a4ddbdc6d6d73f375d2ed5c77cadaa58618cfb99102ddbcbc001
Commit SHA-1     : d577435
Commit timestamp : 2021-02-01 19:59:23 +0000
Branch           : master
Go version       : go1.16rc1
jemalloc enabled : false

For Dgraph official documentation, visit https://dgraph.io/docs/.
For discussions about Dgraph     , visit http://discuss.dgraph.io.

Licensed under the Apache Public License 2.0.
Copyright 2015-2020 Dgraph Labs, Inc.

which does show v20.11.0 ? but does show the commit details

building from source does as fetch the v20.11.1.tag.gz from the releases and builds it with similar version info just a different SHA256 which I expect is because my build environment (updated last night to MacOs 11.2 (20D64) ) is slightly different compared to the brew bottled version

โžœ  ~ brew install dgraph --build-from-source
==> Downloading https://github.com/dgraph-io/dgraph/archive/v20.11.1.tar.gz
==> Downloading from https://codeload.github.com/dgraph-io/dgraph/tar.gz/v20.11.1
                                                       -=O=-   #   #   #  #
==> make HAS_JEMALLOC=jemalloc oss_install
๐Ÿบ  /opt/homebrew/Cellar/dgraph/20.11.1: 6 files, 39.7MB, built in 10 seconds
โžœ  ~ dgraph version
Page Size: 16384

Dgraph version   : -oss
Dgraph codename  : tchalla-1-mod
Dgraph SHA-256   : 036466c008a4b61c9607d5efe18abe533d675f92c43651f89bb2451bc85eab10
Commit SHA-1     :
Commit timestamp :
Branch           :
Go version       : go1.16rc1
jemalloc enabled : false

For Dgraph official documentation, visit https://dgraph.io/docs/.
For discussions about Dgraph     , visit http://discuss.dgraph.io.

Licensed under the Apache Public License 2.0.
Copyright 2015-2020 Dgraph Labs, Inc.

@jcsrb Hi Jakob,

Homebrew distribution is not an official distribution of Dgraph and not formally maintained by Dgraph. This was driven by the community out of interest in Dgraph. Currently, in our tool chain, we build only amd64 binaries.

Currently, we are discussing this issue internally, especially given new Macs will need arm64 builds, but as of right now, in our build tool chain, we build only amd64 binaries distributed through Releases ยท dgraph-io/dgraph ยท GitHub.