File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Get upstream latest release
1313 id : upstream
1414 run : |
15- LATEST=$(curl -s https://api.github.com/repos/Moonfin-Client/Mobile-Desktop /releases/latest | jq -r '.tag_name')
15+ LATEST=$(curl -s https://api.github.com/repos/Moonfin-Client/Moonfin-Core /releases/latest | jq -r '.tag_name')
1616 echo "version=$LATEST" >> "$GITHUB_OUTPUT"
1717 echo "Upstream latest version: $LATEST"
1818
6363 id : download
6464 run : |
6565 VERSION="${{ steps.upstream.outputs.version }}"
66- URL="https://github.com/Moonfin-Client/Mobile-Desktop /releases/download/${VERSION}/Moonfin_Linux_v${VERSION}.tar.gz"
66+ URL="https://github.com/Moonfin-Client/Moonfin-Core /releases/download/${VERSION}/Moonfin_Linux_v${VERSION}.tar.gz"
6767 curl -L -o /tmp/moonfin-linux.tar.gz "$URL"
6868 SHA256=$(sha256sum /tmp/moonfin-linux.tar.gz | cut -d' ' -f1)
6969 echo "sha256=$SHA256" >> "$GITHUB_OUTPUT"
9595 " pkgdesc = Jellyfin & Emby media client for Linux (binary release)" \
9696 " pkgver = ${VERSION}" \
9797 " pkgrel = 1" \
98- " url = https://github.com/Moonfin-Client/Mobile-Desktop " \
98+ " url = https://github.com/Moonfin-Client/Moonfin-Core " \
9999 " arch = x86_64" \
100100 " license = GPL-3.0-or-later" \
101101 " depends = gtk3" \
@@ -104,7 +104,7 @@ jobs:
104104 " depends = webkit2gtk-4.1" \
105105 " provides = moonfin" \
106106 " conflicts = moonfin" \
107- " source = moonfin-bin-${VERSION}.tar.gz::https://github.com/Moonfin-Client/Mobile-Desktop /releases/download/${VERSION}/Moonfin_Linux_v${VERSION}.tar.gz" \
107+ " source = moonfin-bin-${VERSION}.tar.gz::https://github.com/Moonfin-Client/Moonfin-Core /releases/download/${VERSION}/Moonfin_Linux_v${VERSION}.tar.gz" \
108108 " sha256sums = ${SHA256}" \
109109 "" \
110110 "pkgname = moonfin-bin" > .SRCINFO
You can’t perform that action at this time.
0 commit comments