diff --git a/_service b/_service
deleted file mode 100644
index 2fa10d4..0000000
--- a/_service
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- git
- https://github.com/libyal/libhmac
- f97b507af5f87daf9b77497376ec3c110d7ece9b
-
- 20210419
-
-
- *.tar
- xz
-
-
-
diff --git a/libhmac-20210419.tar.xz b/libhmac-20210419.tar.xz
deleted file mode 100644
index 1b7b58b..0000000
--- a/libhmac-20210419.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ec3b42765e96018053ce2bb61db7750c6a16f162f50e17a37c3dec12ef84a305
-size 95944
diff --git a/libhmac-alpha-20220425.tar.gz b/libhmac-alpha-20220425.tar.gz
new file mode 100644
index 0000000..78ce4be
--- /dev/null
+++ b/libhmac-alpha-20220425.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8acc28e36e391c2d55228d6ac964ac9329546f402f8dbf05a88ed9ba52963cb7
+size 1254604
diff --git a/libhmac-alpha-20220425.tar.gz.asc b/libhmac-alpha-20220425.tar.gz.asc
new file mode 100644
index 0000000..8baa617
--- /dev/null
+++ b/libhmac-alpha-20220425.tar.gz.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmJmNsEACgkQ2WJeXXrQ
+F36X9gf9EFnuPmX9HF0a2pPnrqEa32w/d2r4D4vrXs0d7MlNYHiO57dk4TSaqvB7
+f76vvlQj3JQNr97q01iHx0g0ACvsGlqJtmtvywiLovzbiiaPSUZ68xGlOWfNs0bc
+yn17ONVEehpH+uevECmzgHJLPuQEtxgUTfOcZyPh1v8tI8vOIwxF0RtS7kVf+TFW
+vtTaDbuCjFtZt8BMx74tC9vKFtLj1wOiJ7GLf46lzeY+8K5N/JfSbf2ReNMl8k0E
+S2vQQyMrPJCJi+NZKHGqYZuaTUbEIfzNK0zocaqqFt4mDtJySe4S+5ZPXf17dLIw
+N2+cxFGnMrscUSMG7kYF50do4tzNUQ==
+=WFwC
+-----END PGP SIGNATURE-----
diff --git a/libhmac.changes b/libhmac.changes
index bca880d..6a582df 100644
--- a/libhmac.changes
+++ b/libhmac.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Apr 25 08:14:04 UTC 2022 - Jan Engelhardt
+
+- Update to release 20220425
+ * Unspecified updates to code and tests
+
-------------------------------------------------------------------
Thu May 13 11:07:52 UTC 2021 - Jan Engelhardt
diff --git a/libhmac.spec b/libhmac.spec
index 0c31f5a..a0cd904 100644
--- a/libhmac.spec
+++ b/libhmac.spec
@@ -1,7 +1,7 @@
#
# spec file for package libhmac
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,27 @@
Name: libhmac
%define lname libhmac1
-Version: 20210419
+Version: 20220425
Release: 0
Summary: Library to support various HMACs
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
URL: https://github.com/libyal/libhmac
-Source: %name-%version.tar.xz
+Source: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz
+Source2: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz.asc
Patch1: system-libs.patch
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
BuildRequires: libtool
BuildRequires: pkg-config
-BuildRequires: pkgconfig(libcerror) >= 20201121
+BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcfile) >= 20201229
-BuildRequires: pkgconfig(libclocale) >= 20200913
-BuildRequires: pkgconfig(libcnotify) >= 20200913
-BuildRequires: pkgconfig(libcpath) >= 20200623
-BuildRequires: pkgconfig(libcsplit) >= 20200703
-BuildRequires: pkgconfig(libcthreads) >= 20200508
-BuildRequires: pkgconfig(libuna) >= 20201204
+BuildRequires: pkgconfig(libclocale) >= 20220107
+BuildRequires: pkgconfig(libcnotify) >= 20220108
+BuildRequires: pkgconfig(libcpath) >= 20220108
+BuildRequires: pkgconfig(libcsplit) >= 20220109
+BuildRequires: pkgconfig(libcthreads) >= 20220102
+BuildRequires: pkgconfig(libuna) >= 20220102
BuildRequires: pkgconfig(openssl) >= 1.0
%description