Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stremio-shell: update to 4.4.134.
@ 2021-03-24 22:12 mobinmob
  2021-03-25  1:49 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: mobinmob @ 2021-03-24 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages stremio-shell
https://github.com/void-linux/void-packages/pull/29733

stremio-shell: update to 4.4.134.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29733.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stremio-shell-29733.patch --]
[-- Type: text/x-diff, Size: 2020 bytes --]

From d4ef8144c7ec042bd4d54fe76c49b879fbd5cc43 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 25 Mar 2021 00:12:01 +0200
Subject: [PATCH] stremio-shell: update to 4.4.134.

---
 srcpkgs/stremio-shell/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/stremio-shell/template b/srcpkgs/stremio-shell/template
index 0dacf7511c71..d641db31930c 100644
--- a/srcpkgs/stremio-shell/template
+++ b/srcpkgs/stremio-shell/template
@@ -1,9 +1,9 @@
 # Template file for 'stremio-shell'
 pkgname=stremio-shell
-version=4.4.120
-revision=2
-_singleapplication_hash=6fbf6bffc848821d41a09ccd9fc0ede83bbbcdce
-_libmpv_hash=75ce9ce61f118da27105b770e7a728da832483be
+version=4.4.134
+revision=1
+_singleapplication_hash=4aeac8fa3e7e96385ba556346ebb6020e35ffdd8
+_libmpv_hash=822a41a1087daf2911fc336fbd9509f962158fef
 build_style=qmake
 hostmakedepends="qt5-host-tools qt5-qmake"
 makedepends="mpv-devel qt5-webview-devel qt5-webengine-devel
@@ -19,11 +19,11 @@ distfiles="https://github.com/Stremio/stremio-shell/archive/v${version}.tar.gz
  https://github.com/Ivshti/libmpv/archive/${_libmpv_hash}.tar.gz
  https://dl.strem.io/four/v${version}/server.js
  https://dl.strem.io/four/v${version}/stremio.asar"
-checksum="b039dd247af3f0f662ea7915919f3889c97dd5cead7e22198d88a86e386c986a
- 11840ed3dc80a909980908e310dc370bca2f7f61c45101fdea00187f620a1ff1
- e8181c4f469e06be5b24218ab7d17cc6bb17ca42a13c57a02d11913edbf6be03
- 241f5633528e9f19c84c7ca41266771c309e286d6d9393a99e0fbce2203a3caa
- d035141496ad41352490464c3fff6492d13fee146edb88afeefc15d07662e89e"
+checksum="d332ce065f7c214e3bcbd556d41e265a4fe8e76dec4960051f17bd971de6da37
+ b5066c6dab3a35459a01b839e3e1c3b1d6d1cb70e83bd245110cd1c86476aa32
+ e0545772ca819236926eb118c2f211f05e01f510c1c1a89758895919ed5718d4
+ afcef98cbbefcac0d7a9e30a7d1285be83262a83723e982b6116d8854d16a880
+ 08cb738d9d1a4104a1181bf56ebcaf43008ac37cb8943c70736113c6fb6823df"
 skip_extraction="server.js stremio.asar"
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: stremio-shell: update to 4.4.134.
  2021-03-24 22:12 [PR PATCH] stremio-shell: update to 4.4.134 mobinmob
@ 2021-03-25  1:49 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-03-25  1:49 UTC (permalink / raw)
  To: ml

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

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

stremio-shell: update to 4.4.134.
https://github.com/void-linux/void-packages/pull/29733

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 2+ messages in thread

end of thread, other threads:[~2021-03-25  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 22:12 [PR PATCH] stremio-shell: update to 4.4.134 mobinmob
2021-03-25  1:49 ` [PR PATCH] [Merged]: " ericonr

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).