From a56e1bf36d31238b05104927098ea0893c2228da Mon Sep 17 00:00:00 2001
From: Philipp Heckel <pheckel@datto.com>
Date: Sat, 20 Nov 2021 15:55:30 -0500
Subject: [PATCH] This time really

---
 .goreleaser.yml |  1 -
 README.md       | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml
index 0a3e6b8..4fe37f8 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -31,7 +31,6 @@ builds:
 nfpms:
   -
     package_name: ntfy
-    file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
     homepage: https://heckel.io/ntfy
     maintainer: Philipp C. Heckel <philipp.heckel@gmail.com>
     description: Simple pub-sub notification service
diff --git a/README.md b/README.md
index 406b81f..c26ef21 100644
--- a/README.md
+++ b/README.md
@@ -136,13 +136,13 @@ sudo apt install ntfy
 
 **Debian/Ubuntu** (*manual install*)**:**
 ```bash
-wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.4/ntfy_1.4.4_amd64.deb
-dpkg -i ntfy_1.4.4_amd64.deb
+wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.5/ntfy_1.4.5_amd64.deb
+dpkg -i ntfy_1.4.5_amd64.deb
 ```
 
 **Fedora/RHEL/CentOS:**
 ```bash
-rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.4/ntfy_1.4.4_amd64.rpm
+rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.5/ntfy_1.4.5_amd64.rpm
 ```
 
 **Docker:**
@@ -157,8 +157,8 @@ go get -u heckel.io/ntfy
 
 **Manual install** (*any x86_64-based Linux*)**:**
 ```bash
-wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.4/ntfy_1.4.4_linux_x86_64.tar.gz
-sudo tar -C /usr/bin -zxf ntfy_1.4.4_linux_x86_64.tar.gz ntfy
+wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.5/ntfy_1.4.5_linux_x86_64.tar.gz
+sudo tar -C /usr/bin -zxf ntfy_1.4.5_linux_x86_64.tar.gz ntfy
 ./ntfy
 ```
 
-- 
GitLab