Skip to content

Commit aad030e

Browse files
committed
v7.85.0
1 parent a300ccd commit aad030e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Install this prebuilt RPM using the following command:
22

33
```bash
4-
sudo dnf install https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.83.0/signal-desktop_7.83.0_x86_64.rpm
4+
sudo dnf install https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.85.0/signal-desktop_7.85.0_x86_64.rpm
55
```
66

77
This RPM has been built using [GitHub Actions](.github/workflows/build.yml). You can verify its authenticity with the following command:
88

99
```bash
10-
gh attestation verify --owner BarbossHack --predicate-type "https://example.com/predicate/v1" signal-desktop_7.83.0_x86_64.rpm
10+
gh attestation verify --owner BarbossHack --predicate-type "https://example.com/predicate/v1" signal-desktop_7.85.0_x86_64.rpm
1111
```

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY=build install clean update standalone
22

3-
SIGNAL_VERSION=v7.83.0
3+
SIGNAL_VERSION=v7.85.0
44
FEDORA_VERSION=42
55

66
PATCH_FILE="Signal-Desktop.patch"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Currently tested for :
66

77
- Fedora 42
8-
- Signal Desktop v7.83.0
8+
- Signal Desktop v7.85.0
99
- x86_64 and aarch64 architectures
1010

1111
## How to install
1212

1313
Install the latest prebuilt RPM from [GitHub Releases](https://github.com/BarbossHack/Signal-Desktop-Fedora/releases) using the following command:
1414

1515
```bash
16-
sudo dnf install "https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.83.0/signal-desktop_7.83.0_x86_64.rpm"
16+
sudo dnf install "https://github.com/BarbossHack/Signal-Desktop-Fedora/releases/download/v7.85.0/signal-desktop_7.85.0_x86_64.rpm"
1717
```
1818

1919
## Build it yourself
@@ -30,7 +30,7 @@ make install
3030
You can change the Signal Desktop or Fedora version by using the following parameters:
3131

3232
```bash
33-
make SIGNAL_VERSION=7.83.0 FEDORA_VERSION=42
33+
make SIGNAL_VERSION=7.85.0 FEDORA_VERSION=42
3434
make install
3535
```
3636

0 commit comments

Comments
 (0)