summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-17 15:03:13 +0100
committerIsmael Luceno2022-03-17 15:03:13 +0100
commit047fee8f99096aa789a874ad3a6c757bf08ea6ec (patch)
tree5c3ac997448934afb3aa713f4c7d913254d29952
parent0a90cc5bdfc4ed8d6ccd5534abc7a1e634764a58 (diff)
wine 7.4
-rwxr-xr-xx11-libs/wine/DETAILS2
-rw-r--r--x11-libs/wine/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 86d5874429..fcee73ec02 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.1;;
+(devel) VERSION=7.4;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 7626dbe32d..000724d9f7 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.4
+
2022-01-19 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated to 7.0
PATCHLEVEL++