diff --git a/srcpkgs/twitch-cli/template b/srcpkgs/twitch-cli/template index 50005385106..c439eb993c7 100644 --- a/srcpkgs/twitch-cli/template +++ b/srcpkgs/twitch-cli/template @@ -1,6 +1,6 @@ # Template file for 'twitch-cli' pkgname=twitch-cli -version=1.1.24 +version=1.1.25 revision=1 build_style=go go_import_path="github.com/twitchdev/twitch-cli" @@ -9,5 +9,8 @@ short_desc="Official Twitch CLI to make developing on Twitch easier" maintainer="Orphaned " license="Apache-2.0" homepage="https://dev.twitch.tv/docs/cli" -distfiles="https://github.com/twitchdev/twitch-cli/archive/refs/tags/v$version.tar.gz" -checksum=8f796e1413b5b9f6d159cbdf5296acb22851822c024f6545acd707a71219a239 +distfiles="https://github.com/twitchdev/twitch-cli/archive/refs/tags/v${version}.tar.gz" +checksum=63d13cd54b64e17237650d7aaadb1453fe28565f54111be056beb24d58831c67 + +# for pread64/pwrite64 in musl +CPPFLAGS="-D_LARGEFILE64_SOURCE"