fix(flatpost): update.rhai (#4381) (#4388) (#4390)

(cherry picked from commit 15777cc293)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-04-23 06:56:46 -07:00
committed by GitHub
parent fc8f98c2a1
commit 2c74d8ff3b
2 changed files with 5 additions and 5 deletions
+2 -4
View File
@@ -1,13 +1,11 @@
%global tag 1.0.5
Name: flatpost
Version: %{tag}
Version: 1.0.5
Release: 1%?dist
License: BSD-2-Clause
Summary: Desktop environment agnostic Flathub software center.
URL: https://github.com/gloriouseggroll/flatpost
Source0: %{url}/archive/refs/tags/%{tag}.tar.gz#/%{name}-%{tag}.tar.gz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Source1: flatpost-mime.xml
Patch0: flatpost-desktop-mimetype.patch
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt"));
let v = gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt");
v.trim();
rpm.version(v);