Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivaldi: update to 6.6.3271.48
@ 2024-03-08 10:49 rafeyu
  2024-03-08 11:00 ` [PR PATCH] [Updated] " rafeyu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rafeyu @ 2024-03-08 10:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

There is a new pull request by rafeyu against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/49187

vivaldi: update to 6.6.3271.48
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-49187.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]

From eb206cabbb0f679edcd01600e7462459de074c56 Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 8 Mar 2024 17:42:11 +0700
Subject: [PATCH] vivaldi: update to 6.6.3271.48

---
 srcpkgs/vivaldi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 5d5ff94a272e4b..6bbecd6dbe80f3 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.6.3271.45
+version=6.6.3271.48
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=5a1a2f32f7610666ef361939359c6222f6290c4b5160dfaeebd55b270a5ecf94
+	checksum=ff306f1f4210649afc3ca5a42339cf47134b331428c553a70eb030fb40563843
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=8962016f6a66a7eb92b6c322488b4330a58ba2e8804a77df8ab8874f53980cdc
+	checksum=007ef1ff9d38817d2c267f02e7c2b06ebe37434e1022c02d3fa809d62832ea29
 	;;
 armv7l)
-	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=ce7e39c2d5d6a689f0838faeafc456a8db3b5404906c466073997e9b70edf060
+	distfiles="He_${version}-${_release}_armhf.deb"
+	checksum=35e6323e0222a144520e89b066aec2734f3e03f5e740493ac8489a83b63140ed
 	;;
 *)
 	broken="No distfiles available for this target"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] vivaldi: update to 6.6.3271.48
  2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
@ 2024-03-08 11:00 ` rafeyu
  2024-03-08 12:14 ` rafeyu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rafeyu @ 2024-03-08 11:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by rafeyu against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/49187

vivaldi: update to 6.6.3271.48
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-49187.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]

From 0de90318e82bea4b12845591f7ec1cf0ba9e1b40 Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 8 Mar 2024 17:42:11 +0700
Subject: [PATCH] vivaldi: update to 6.6.3271.48

---
 srcpkgs/vivaldi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 5d5ff94a272e4b..eac322ec7a7af6 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.6.3271.45
+version=6.6.3271.48
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=5a1a2f32f7610666ef361939359c6222f6290c4b5160dfaeebd55b270a5ecf94
+	checksum=ff306f1f4210649afc3ca5a42339cf47134b331428c553a70eb030fb40563843
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=8962016f6a66a7eb92b6c322488b4330a58ba2e8804a77df8ab8874f53980cdc
+	checksum=35e6323e0222a144520e89b066aec2734f3e03f5e740493ac8489a83b63140ed
 	;;
 armv7l)
-	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=ce7e39c2d5d6a689f0838faeafc456a8db3b5404906c466073997e9b70edf060
+	distfiles="He_${version}-${_release}_armhf.deb"
+	checksum=007ef1ff9d38817d2c267f02e7c2b06ebe37434e1022c02d3fa809d62832ea29
 	;;
 *)
 	broken="No distfiles available for this target"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] vivaldi: update to 6.6.3271.48
  2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
  2024-03-08 11:00 ` [PR PATCH] [Updated] " rafeyu
@ 2024-03-08 12:14 ` rafeyu
  2024-03-08 13:20 ` rafeyu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rafeyu @ 2024-03-08 12:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by rafeyu against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/49187

vivaldi: update to 6.6.3271.48
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-49187.patch --]
[-- Type: text/x-diff, Size: 1767 bytes --]

From aa7ecafdc70e35ef83c0bad7c8100c2fe1eada4e Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 8 Mar 2024 17:42:11 +0700
Subject: [PATCH] vivaldi: update to 6.6.3271.48

---
 srcpkgs/vivaldi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 5d5ff94a272e4b..f694f5e64e7cba 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.6.3271.45
+version=6.6.3271.48
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=5a1a2f32f7610666ef361939359c6222f6290c4b5160dfaeebd55b270a5ecf94
+	checksum=ff306f1f4210649afc3ca5a42339cf47134b331428c553a70eb030fb40563843
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=8962016f6a66a7eb92b6c322488b4330a58ba2e8804a77df8ab8874f53980cdc
+	checksum=35e6323e0222a144520e89b066aec2734f3e03f5e740493ac8489a83b63140ed
 	;;
 armv7l)
-	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=ce7e39c2d5d6a689f0838faeafc456a8db3b5404906c466073997e9b70edf060
+	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable__${version}-${_release}_armhf.deb"
+	checksum=007ef1ff9d38817d2c267f02e7c2b06ebe37434e1022c02d3fa809d62832ea29
 	;;
 *)
 	broken="No distfiles available for this target"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] vivaldi: update to 6.6.3271.48
  2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
  2024-03-08 11:00 ` [PR PATCH] [Updated] " rafeyu
  2024-03-08 12:14 ` rafeyu
@ 2024-03-08 13:20 ` rafeyu
  2024-03-08 13:20 ` rafeyu
  2024-03-09  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: rafeyu @ 2024-03-08 13:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by rafeyu against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/49187

vivaldi: update to 6.6.3271.48
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-49187.patch --]
[-- Type: text/x-diff, Size: 1767 bytes --]

From 5d7443a3bc289402ea36c6a4d4fa462a3974c8ec Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 8 Mar 2024 17:42:11 +0700
Subject: [PATCH] vivaldi: update to 6.6.3271.48

---
 srcpkgs/vivaldi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 5d5ff94a272e4b..f694f5e64e7cba 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.6.3271.45
+version=6.6.3271.48
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=5a1a2f32f7610666ef361939359c6222f6290c4b5160dfaeebd55b270a5ecf94
+	checksum=ff306f1f4210649afc3ca5a42339cf47134b331428c553a70eb030fb40563843
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=8962016f6a66a7eb92b6c322488b4330a58ba2e8804a77df8ab8874f53980cdc
+	checksum=35e6323e0222a144520e89b066aec2734f3e03f5e740493ac8489a83b63140ed
 	;;
 armv7l)
-	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=ce7e39c2d5d6a689f0838faeafc456a8db3b5404906c466073997e9b70edf060
+	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable__${version}-${_release}_armhf.deb"
+	checksum=007ef1ff9d38817d2c267f02e7c2b06ebe37434e1022c02d3fa809d62832ea29
 	;;
 *)
 	broken="No distfiles available for this target"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] vivaldi: update to 6.6.3271.48
  2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
                   ` (2 preceding siblings ...)
  2024-03-08 13:20 ` rafeyu
@ 2024-03-08 13:20 ` rafeyu
  2024-03-09  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: rafeyu @ 2024-03-08 13:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by rafeyu against master on the void-packages repository

https://github.com/rafeyu/void-packages vivaldi-update
https://github.com/void-linux/void-packages/pull/49187

vivaldi: update to 6.6.3271.48
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49187.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vivaldi-update-49187.patch --]
[-- Type: text/x-diff, Size: 1664 bytes --]

From 494bd3a3e8b4cbb097c49e44ae76a0b637d9d053 Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Fri, 8 Mar 2024 17:42:11 +0700
Subject: [PATCH] vivaldi: update to 6.6.3271.48

---
 srcpkgs/vivaldi/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 5d5ff94a272e4b..f24e0718e7f527 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -2,7 +2,7 @@
 # Permission to redistribute is granted.
 # see: srcpkgs/vivaldi/files/redistribution-permission.eml
 pkgname=vivaldi
-version=6.6.3271.45
+version=6.6.3271.48
 revision=1
 _release=1
 archs="x86_64 aarch64 armv7l"
@@ -17,15 +17,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_amd64.deb"
-	checksum=5a1a2f32f7610666ef361939359c6222f6290c4b5160dfaeebd55b270a5ecf94
+	checksum=ff306f1f4210649afc3ca5a42339cf47134b331428c553a70eb030fb40563843
 	;;
 aarch64)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_arm64.deb"
-	checksum=8962016f6a66a7eb92b6c322488b4330a58ba2e8804a77df8ab8874f53980cdc
+	checksum=35e6323e0222a144520e89b066aec2734f3e03f5e740493ac8489a83b63140ed
 	;;
 armv7l)
 	distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_armhf.deb"
-	checksum=ce7e39c2d5d6a689f0838faeafc456a8db3b5404906c466073997e9b70edf060
+	checksum=007ef1ff9d38817d2c267f02e7c2b06ebe37434e1022c02d3fa809d62832ea29
 	;;
 *)
 	broken="No distfiles available for this target"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: vivaldi: update to 6.6.3271.48
  2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
                   ` (3 preceding siblings ...)
  2024-03-08 13:20 ` rafeyu
@ 2024-03-09  0:46 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-03-09  0:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]

There's a merged pull request on the void-packages repository

vivaldi: update to 6.6.3271.48
https://github.com/void-linux/void-packages/pull/49187

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-09  0:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 10:49 [PR PATCH] vivaldi: update to 6.6.3271.48 rafeyu
2024-03-08 11:00 ` [PR PATCH] [Updated] " rafeyu
2024-03-08 12:14 ` rafeyu
2024-03-08 13:20 ` rafeyu
2024-03-08 13:20 ` rafeyu
2024-03-09  0:46 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).