summaryrefslogtreecommitdiff
path: root/scite-fedora/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'scite-fedora/README.md')
-rw-r--r--scite-fedora/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index 2d139e8..275b601 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -2,15 +2,18 @@
https://src.fedoraproject.org/rpms/scite/tree/f29
# Reason for being in stackrpms
-Fedora and CentOS do not package scite and I have use of them. CentOS 7 relies on version 3 of the application, but CentOS 8 and Fedora relies on version 4.
+Fedora and CentOS do not package scite and I have use of them. CentOS 7 relies on version 3 of the application, but CentOS 8 and Fedora relies on version 5.
# Reverse dependency matrix
Distro | scite version
---------- | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 4.4.3
-Fedora 30 | 4.4.3
+CentOS 8 | 5.0.1
+Fedora 32 | 5.0.1
+
+# References
+void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.
# Differences
## From upstream
bgstack15