From 24e62c343946e0413648f14a1d17fb2007b91a86 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 1 Nov 2023 19:07:49 +0100 Subject: Update additional download versions in slackbuild --- app/Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/Main.hs') 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 -- cgit v1.2.3