$ git show --format=fuller --patch-with-stat --summary 11cebbcf78360f17b67c6625bb3a93278bf6f2d0
commit 11cebbcf78360f17b67c6625bb3a93278bf6f2d0
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Wed Sep 28 01:11:55 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Wed Sep 28 01:11:55 2022 +0200
4.5.1
---
.abf.yml | 2 +-
squashfs-tools.spec | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 806f633..e267eac 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- squashfs4.5.tar.gz: 6c26d0bdd107ca81c1fb879ab7a1c526ba5d0122
+ 4.5.1.tar.gz: 3dc0a4d88b0a40f1537cea5e50371c1be0bb590f
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 7cf7a52..6bf9290 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -2,13 +2,13 @@
%define _disable_ld_no_undefined 1
Name: %{oname}-tools
-Version: 4.5
+Version: 4.5.1
Release: 1
Summary: Utilities for the creation of compressed squashfs images
License: GPLv2+
Group: File tools
URL: https://github.com/plougher/squashfs-tools
-Source0: https://github.com/plougher/squashfs-tools/archive/%{oname}%{version}.tar.gz
+Source0: https://github.com/plougher/squashfs-tools/archive/refs/tags/%{version}.tar.gz
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(libattr)
BuildRequires: pkgconfig(liblzma)