summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-09-20 22:34:17 +0200
committerEugen Wissner <belka@caraus.de>2024-09-20 22:34:17 +0200
commit2a782569332a4f69437d0e1f247a2b595e1045ad (patch)
tree344e63b6198559a1b42220d7cb92c23193ba1c43 /src
parentae63ff0cc007c9680e18717381c3a000d26275f4 (diff)
downloadslackbuilder-2a782569332a4f69437d0e1f247a2b595e1045ad.tar.gz
Add package tables to the configuration file
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 4929e7e..38fbff2 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -158,7 +158,7 @@ autoUpdatable =
in Package.Updater
{ detectLatest = latestGitHub ghArguments "(v)\\."
, getVersion = reuploadWithTemplate template []
- , is64 = True
+ , is64 = False
}
, name = "librsync"
, downloaders = mempty