Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Dec 22, 2024
1 parent 742b08b commit a62c4bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions metadata/com.dylmye.setlists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,26 @@ AuthorWebSite: https://dylmye.me
SourceCode: https://github.com/dylmye/setlist-sherlock
IssueTracker: https://github.com/dylmye/setlist-sherlock/issues
Changelog: https://github.com/dylmye/setlist-sherlock/releases

AutoName: Setlist Sherlock

RepoType: git
Repo: https://github.com/dylmye/setlist-sherlock.git
Binaries: https://github.com/dylmye/setlist-sherlock/releases/download/%v/%v.apk

Builds:
- versionName: 1.5.0
versionCode: 25
commit: 1.5.0
- versionName: 1.5.1
versionCode: 26
commit: 1.5.1
sudo:
- apt install unzip
- curl -fsSL https://bun.sh/install | bash
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.20.5/node-v18.20.5-linux-x64.tar.gz
- echo "e7b80346bb586790ac6b29aa25c96716fcdf6039a6929c2ed506cec09cebc3c0 node.tar.gz" | sha256sum -c -
- >-
curl -Lo node.tar.gz
https://nodejs.org/dist/v18.20.5/node-v18.20.5-linux-x64.tar.gz
- >-
echo "e7b80346bb586790ac6b29aa25c96716fcdf6039a6929c2ed506cec09cebc3c0
node.tar.gz" | sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
init: /root/.bun/bin/bun install --frozen-lockfile
Expand All @@ -31,8 +38,10 @@ Builds:
gradle:
- yes
ndk: r26

AllowedAPKSigningKeys: f90e81f7e88e4d8c0fa51d9165573aa86ab4cb1384bf94d8bd651e423e7690f6

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.0
CurrentVersionCode: 25
CurrentVersion: 1.5.1
CurrentVersionCode: 26
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setlist-sherlock",
"version": "1.5.0",
"version": "1.5.1",
"license": "ISC",
"private": true,
"repository": "https://github.com/dylmye/setlist-sherlock",
Expand Down

0 comments on commit a62c4bc

Please sign in to comment.