Implement experimental version picking command
All checks were successful
Build / audit (push) Successful in 8s
Build / test (push) Successful in 14m39s

... for webex.
This commit is contained in:
2024-09-24 21:28:01 +02:00
parent 00cc58f87e
commit f758ea7904
3 changed files with 27 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ module SlackBuilder.Download
, hostedSources
, remoteFileExists
, responseBodySource
, reqGet
, sinkFileAndHash
, sinkHash
, updateSlackBuildVersion
@@ -76,7 +77,8 @@ import Conduit
, ZipSink(..)
, await
, sourceFile
, leftover, awaitNonNull
, leftover
, awaitNonNull
)
import Data.Conduit.Tar (FileInfo(..), tarFilePath, untar)
import Crypto.Hash (Digest, MD5, hashInit, hashFinalize, hashUpdate)