[xroar/f40] new version
by Andrea Musuruane
Summary of changes:
b445d1a... new version (*)
(*) This commit already existed in another branch; no separate mail sent
1 month, 2 weeks
[xroar/f41] new version
by Andrea Musuruane
Summary of changes:
b445d1a... new version (*)
(*) This commit already existed in another branch; no separate mail sent
1 month, 2 weeks
[xroar] new version
by Andrea Musuruane
commit b445d1a237a2dc02a03187f756299064ba061923
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Tue Oct 1 19:18:40 2024 +0200
new version
.gitignore | 2 ++
sources | 2 +-
xroar.spec | 5 ++++-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48f0d06..b5d7830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@ dragon.rom
/xroar-1.5.4.tar.gz
/xroar-1.5.5.tar.gz
/xroar-1.6.3.tar.gz
+/xroar-1.6.4.tar.gz
+/xroar-1.6.5.tar.gz
diff --git a/sources b/sources
index 70eeb6f..775681f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (dragon.rom) = bbe3dc286a828acd745155ad8b2f8f1dc7d674c10deae619758662a4f45feefd1d1aea6b8b09f4c4db8b40cbaf475ab540d88d8286e1e4f8478692ad08979285
-SHA512 (xroar-1.6.3.tar.gz) = 1d077e2157fda27323be3b4210f671c10a017d00099dd437bc84a20a4050712e05a9cf1d40f9f00bfd02a1f4283d3791deccd50ba66d294166880b059c2d41bd
+SHA512 (xroar-1.6.5.tar.gz) = 57ddc0ce3f5b27648a4a6634c0d094231a7ce5481bc41186cee01555529c4c43914b2b09f076481ca012a754a5326d3517a09ea7ca4c30cf9087de3e61b18487
diff --git a/xroar.spec b/xroar.spec
index c58a8fc..a38002b 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,5 +1,5 @@
Name: xroar
-Version: 1.6.3
+Version: 1.6.5
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv3+
@@ -99,6 +99,9 @@ rm -f %{buildroot}%{_infodir}/dir
%changelog
+* Tue Oct 01 2024 Andrea Musuruane <musuruan(a)gmail.com> - 1.6.5-1
+- new version
+
* Mon Sep 16 2024 Andrea Musuruane <musuruan(a)gmail.com> - 1.6.3-1
- new version
1 month, 2 weeks