network/microsoft-edge: Updated for version 127.0.2651.86.

Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2024-08-04 03:23:04 +03:30 committed by Willy Sudiarto Raharjo
parent ae0fd34f65
commit 6d958ddbb2
4 changed files with 17 additions and 15 deletions

View File

@ -5,3 +5,10 @@ platforms as a fork of Google's Chromium open-source
project: Android and iOS, macOS, older Windows versions
(Windows 7, Windows Server 2008 R2 and later), and most
recently Linux.
NOTE: Starting with version 118 and above, Microsoft Edge requires
/etc/machine-id in order to run.
If you cannot normally run the program, You need to run the following
command as root to fix the issue:
ln -s /var/lib/dbus/machine-id /etc/machine-id

View File

@ -5,9 +5,3 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -2,8 +2,9 @@
#
# Slackware build script for microsoft-edge.
#
# Copyright 2023 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2021 Reza Talebi, Shahin Shahr, Iran.
# Copyright 2023 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2024 Reza Talebi, Shahin Shahr, Iran.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=microsoft-edge
BRANCH=stable
VERSION=${VERSION:-117.0.2045.55}
VERSION=${VERSION:-127.0.2651.86}
BUILD=${BUILD:-1}
DEBBUILD=${DEBBUILD:-1}
TAG=${TAG:-_SBo}
@ -67,13 +68,13 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION}
mkdir -p $PRGNAM-${VERSION}
ar x $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${DEBBUILD}_${BIT}.deb --output $PRGNAM-$VERSION
ar xv $CWD/$PRGNAM-$BRANCH"_"${VERSION}-${DEBBUILD}_${BIT}.deb --output $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
rm {control.tar.xz,debian-binary,_gpgorigin}
xz -d data.tar.xz
tar --extract -f data.tar
tar xvf data.tar
# remove what won't work
rm -rf etc

View File

@ -1,10 +1,10 @@
PRGNAM="microsoft-edge"
VERSION="117.0.2045.55"
VERSION="127.0.2651.86"
HOMEPAGE="https://www.microsoft.com/edge"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_117.0.2045.55-1_amd64.deb"
MD5SUM_x86_64="79326169c59d70280515bc8fd8448fa9"
DOWNLOAD_x86_64="https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_127.0.2651.86-1_amd64.deb"
MD5SUM_x86_64="2124dd34f46cd71c395bec567be93e88"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"