Skip to content

Commit

Permalink
chore: bump version to 0.0.1.20240718.01
Browse files Browse the repository at this point in the history
  • Loading branch information
petlack committed Jul 18, 2024
1 parent 480af75 commit f0bf5e6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .pkgs/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Peter Laca <peter@laca.me>
# Maintainer: Peter Laca <peter@laca.me>
pkgname=dotp
pkgver=0.0.1.20240713.01
pkgver=0.0.1.20240718.01
pkgrel=1
pkgdesc="Command-line tool for managing Time-based One-Time Passwords (TOTPs)"
url="https://github.com/petlack/$pkgname"
Expand Down
2 changes: 1 addition & 1 deletion .pkgs/archlinux/pkgbuild-src/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=dotp
pkgver=0.0.1.20240713.01
pkgver=0.0.1.20240718.01
pkgrel=1
pkgdesc="Command-line tool for managing Time-based One-Time Passwords (TOTPs)"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion .pkgs/rpm/SPECS/dotp.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dotp
Version: 0.0.1.20240713.01
Version: 0.0.1.20240718.01
Release: 1%{?dist}
Summary: Command-line tool for managing Time-based One-Time Passwords (TOTPs)

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ pass show 'TOTP/mykey' |
### Alpine
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest apk package and public key.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp-0.0.1.20240713.01-r1.apk
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp-0.0.1.20240713.01-r1.apk.rsa.pub
cp dotp-0.0.1.20240713.01-r1.apk.rsa.pub /etc/apk/keys/
apk add dotp-0.0.1.20240713.01-r1.apk
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-r1.apk
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-r1.apk.rsa.pub
cp dotp-0.0.1.20240718.01-r1.apk.rsa.pub /etc/apk/keys/
apk add dotp-0.0.1.20240718.01-r1.apk
```

### Arch Linux
Expand All @@ -135,32 +135,32 @@ yay -S dotp-git
**Build package from source**
```bash
git clone https://github.com/petlack/dotp && cd dotp || return
tar -czf archlinux/pkgbuild-src/dotp-0.0.1.20240713.01.tar.gz \
tar -czf archlinux/pkgbuild-src/dotp-0.0.1.20240718.01.tar.gz \
*.go go.mod version.txt
makepkg --dir archlinux/pkgbuild-src --noconfirm
sudo pacman -U ./archlinux/pkgbuild-src/dotp-0.0.1.20240713.01-1-x86_64.pkg.tar.zst
sudo pacman -U ./archlinux/pkgbuild-src/dotp-0.0.1.20240718.01-1-x86_64.pkg.tar.zst
```

**Install from release**

Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest Arch Linux package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp-0.0.1.20240713.01-1-x86_64.pkg.tar.zst
sudo pacman -U ./dotp-0.0.1.20240713.01-1-x86_64.pkg.tar.zst
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-0.0.1.20240713.01-1-x86_64.pkg.tar.zst
sudo pacman -U ./dotp-0.0.1.20240718.01-1-x86_64.pkg.tar.zst
```

### Fedora/openSUSE
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest **rpm** package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp_0.0.1.20240713.01.fc41.x86_64.rpm
sudo dnf install -y dotp_0.0.1.20240713.01-1.fc41.x86_64.rpm
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240713.01.fc41.x86_64.rpm
sudo dnf install -y dotp_0.0.1.20240718.01-1.fc41.x86_64.rpm
```

### Ubuntu/Debian
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest **deb** package.
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp_0.0.1.20240713.01-1_amd64.deb
sudo dpkg -i dotp_0.0.1.20240713.01-1_amd64.deb
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp_0.0.1.20240713.01-1_amd64.deb
sudo dpkg -i dotp_0.0.1.20240718.01-1_amd64.deb
```

### Other
Expand All @@ -178,6 +178,6 @@ install -m 755 dotp /usr/local/bin/dotp
Head to the [Releases](https://github.com/petlack/dotp/releases) section and download the latest binary for your architecture.
Example:
```bash
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240713.01/dotp-linux-amd64
wget https://github.com/petlack/dotp/releases/download/v0.0.1.20240718.01/dotp-linux-amd64
install -m 755 dotp-linux-amd64 /usr/local/bin/dotp
```
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1.20240713.01
0.0.1.20240718.01

0 comments on commit f0bf5e6

Please sign in to comment.