diff --git a/.gitignore b/.gitignore
index 25e9398..c8dc5ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/stress-ng-0.13.10.tar.xz
+SOURCES/stress-ng-0.14.00.tar.xz
diff --git a/.stress-ng.metadata b/.stress-ng.metadata
index 57a27bd..4c8b02c 100644
--- a/.stress-ng.metadata
+++ b/.stress-ng.metadata
@@ -1 +1 @@
-0a3e6d112780c1f7230a175fae02aeaeee9d5437 SOURCES/stress-ng-0.13.10.tar.xz
+3ffcc7e28d62504220ad4ee1806639fc3ab56d54 SOURCES/stress-ng-0.14.00.tar.xz
diff --git a/SPECS/stress-ng.spec b/SPECS/stress-ng.spec
index 2f10264..c9abd39 100644
--- a/SPECS/stress-ng.spec
+++ b/SPECS/stress-ng.spec
@@ -1,11 +1,11 @@
 Name:		stress-ng
-Version:	0.13.10
+Version:	0.14.00
 Release:	1%{?dist}
 Summary:	Stress test a computer system in various ways
 
 License:	GPLv2+
-URL:		https://kernel.ubuntu.com/~cking/%{name}
-Source0:	https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
+URL:		https://github.com/ColinIanKing/%{name}/tarball
+Source0:	https://github.com/ColinIanKing/%{name}/tarball/%{name}-%{version}.tar.xz
 
 BuildRequires: make
 BuildRequires: gcc
@@ -53,6 +53,11 @@ install -pm 644 bash-completion/%{name} \
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Wed Apr 20 2022 John Kacur <jkacur@redhat.com> - 0.14.00-1
+- Rebase to upstream V0.14.00
+- Update Source URLs
+Resolves: rhbz#2067584
+
 * Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 0.13.10-1
 - Rebase to upstream V0.13.10
 Resolves: rhbz#2028573