diff options
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Main.hs b/app/Main.hs index 1793657..0337fba 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -385,7 +385,7 @@ updatePackage package@Package{..} info version = do , checksums = getField @"md5sum" <$> allDownloads } liftIO $ Text.IO.writeFile infoFilePath $ generate package' - updateSlackBuildVersion packagePath version + updateSlackBuildVersion packagePath version $ snd <$> moreDownloads commit packagePath version @@ -416,8 +416,6 @@ main = do categories <- liftIO $ findCategory repository' liftIO $ print $ splitFileName . makeRelative repository' <$> categories pure Nothing - SlackBuildCommand packagePath version -> - updateSlackBuildVersion packagePath version >> pure Nothing CommitCommand packagePath version -> commit packagePath version >> pure Nothing ExistsCommand urlPath -> pure . Text.pack . show |
