diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-09-20 22:34:17 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-09-20 22:34:17 +0200 |
| commit | 2a782569332a4f69437d0e1f247a2b595e1045ad (patch) | |
| tree | 344e63b6198559a1b42220d7cb92c23193ba1c43 /src | |
| parent | ae63ff0cc007c9680e18717381c3a000d26275f4 (diff) | |
| download | slackbuilder-2a782569332a4f69437d0e1f247a2b595e1045ad.tar.gz | |
Add package tables to the configuration file
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main.hs | 2 |
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 |
