Skip to content

Commit 138b89d

Browse files
committed
fix: added shebang to update-downloads.py and updated _data/downloads.yml
1 parent c3a8e09 commit 138b89d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

_data/downloads.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
version: v0.11.0
1+
version: v0.12.1
22

33
platforms:
44
- name: Windows
55
assets:
66
- title: Installer
77
description: " (recommended)"
8-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-windows-x86_64-setup.exe
8+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1/activitywatch-v0.12.1-windows-x86_64-setup.exe
99
- title: .zip
10-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-windows-x86_64.zip
10+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1/activitywatch-v0.12.1-windows-x86_64.zip
1111
- title: Chocolatey
1212
url: https://chocolatey.org/packages/activitywatch
1313

1414
- name: Linux
1515
assets:
1616
- title: .zip
17-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-linux-x86_64.zip
17+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1/activitywatch-v0.12.1-linux-x86_64.zip
1818
- title: AUR
1919
description: ", for Arch Linux and Manjaro"
2020
url: https://aur.archlinux.org/packages/activitywatch-bin/
@@ -23,10 +23,10 @@ platforms:
2323
assets:
2424
- title: .dmg
2525
description: " (recommended)"
26-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-macos-x86_64.dmg
26+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1/activitywatch-v0.12.1-macos-x86_64.dmg
2727
- type: zip
2828
title: .zip
29-
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0/activitywatch-v0.11.0-macos-x86_64.zip
29+
url: https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1/activitywatch-v0.12.1-macos-x86_64.zip
3030
- title: Homebrew
3131
url: https://formulae.brew.sh/cask/activitywatch
3232

scripts/update-downloads.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
from datetime import datetime, timezone, timedelta
24
from pathlib import Path
35
import re

0 commit comments

Comments
 (0)