commit:6fe18ab388f7792f399a48b80e28a923b13fb1ea
author:Chip Black
committer:Chip Black
date:Wed Dec 21 01:05:17 2022 -0600
parents:778db057252d4795adc2342fce284fb33c6eed40
Add different mastodon forks
diff --git a/common.opts b/common.opts
line changes: +12/-2
index 975df19..4fac910
--- a/common.opts
+++ b/common.opts
@@ -1,3 +1,13 @@
 FREEBSD_RELEASE=13.1-RELEASE
-MASTODON_REPO="https://github.com/tootsuite/mastodon.git"
-MASTODON_VERSION="v4.0.2"
+
+# mainline
+#MASTODON_REPO="https://github.com/tootsuite/mastodon.git"
+#MASTODON_VERSION="v4.0.2"
+
+# Glitch Edition
+#MASTODON_REPO="https://github.com/glitch-soc/mastodon.git"
+#MASTODON_VERSION="main"
+
+# Hometown
+MASTODON_REPO="https://github.com/hometown-fork/hometown.git"
+MASTODON_VERSION="v1.0.7+3.5.5"