Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sublime-text4: update license_checksum
@ 2022-06-16 20:43 iotku
  2022-06-16 21:37 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: iotku @ 2022-06-16 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iotku/void-packages sublime-text4
https://github.com/void-linux/void-packages/pull/37589

sublime-text4: update license_checksum
#### Testing the changes
- I tested the changes in this PR: **YES**

Previously, the build would fail as the checksum of the license has changed.

I'm not aware of any notice of changes to the text, so it's likely just a minor formatting change in the html which is being check-summed. Additionally, sublime-merge-bin (sublime-text's sister project) uses the same EULA and respective checksum as provided here.

Pull request resubmitted to update the package revision as the package version has not changed.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sublime-text4-37589.patch --]
[-- Type: text/x-diff, Size: 973 bytes --]

From 5c7fc2869342973255f06dce228ac2b714b196db Mon Sep 17 00:00:00 2001
From: Jonathan A <me@iotku.pw>
Date: Thu, 16 Jun 2022 13:40:57 -0700
Subject: [PATCH] sublime-text4: update license_checksum

---
 srcpkgs/sublime-text4/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sublime-text4/template b/srcpkgs/sublime-text4/template
index 8f3edc50ad74..518f754fc1d2 100644
--- a/srcpkgs/sublime-text4/template
+++ b/srcpkgs/sublime-text4/template
@@ -1,7 +1,7 @@
 # Template file for 'sublime-text4'
 pkgname=sublime-text4
 version=4126
-revision=1
+revision=2
 archs="x86_64 aarch64"
 wrksrc="sublime_text"
 hostmakedepends="w3m"
@@ -14,7 +14,7 @@ conflicts="sublime-text3"
 repository="nonfree"
 restricted=yes
 nopie=yes
-_license_checksum=33929b71625d13dacf2a0a5853171b9c04058f71e2955ee660b8d0f8dda45ed1
+_license_checksum=287d037b0ecedb68ae1e3138411d54b87172156effecd1987a5f85834aa26a24
 
 case "$XBPS_TARGET_MACHINE" in
 		x86_64)

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

* Re: sublime-text4: update license_checksum
  2022-06-16 20:43 [PR PATCH] sublime-text4: update license_checksum iotku
@ 2022-06-16 21:37 ` classabbyamp
  2022-06-17  4:47 ` classabbyamp
  2022-06-18 23:34 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-16 21:37 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37589#issuecomment-1158159008

Comment:
> I'm not aware of any notice of changes to the text, so it's likely just a minor formatting change in the html which is being check-summed. Additionally, sublime-merge-bin (sublime-text's sister project) uses the same EULA and respective checksum as provided here.

The change was adding an allowance for redistribution of the linux version of the software.

> Pull request resubmitted to update the package revision as the package version has not changed.

no need to do that in the future, you can use `git commit --amend` and `git push --force` to update the PR


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

* Re: sublime-text4: update license_checksum
  2022-06-16 20:43 [PR PATCH] sublime-text4: update license_checksum iotku
  2022-06-16 21:37 ` classabbyamp
@ 2022-06-17  4:47 ` classabbyamp
  2022-06-18 23:34 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-17  4:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37589#issuecomment-1158486488

Comment:
I'll take care of this in #37593, there are a few more changes that I wanted to make due to the EULA change

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

* Re: [PR PATCH] [Closed]: sublime-text4: update license_checksum
  2022-06-16 20:43 [PR PATCH] sublime-text4: update license_checksum iotku
  2022-06-16 21:37 ` classabbyamp
  2022-06-17  4:47 ` classabbyamp
@ 2022-06-18 23:34 ` classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-18 23:34 UTC (permalink / raw)
  To: ml

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

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

sublime-text4: update license_checksum
https://github.com/void-linux/void-packages/pull/37589

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

Previously, the build would fail as the checksum of the license has changed.

I'm not aware of any notice of changes to the text, so it's likely just a minor formatting change in the html which is being check-summed. Additionally, sublime-merge-bin (sublime-text's sister project) uses the same EULA and respective checksum as provided here.

Pull request resubmitted to update the package revision as the package version has not changed.

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

* [PR PATCH] sublime-text4: update license_checksum
@ 2022-06-16 18:21 iotku
  0 siblings, 0 replies; 5+ messages in thread
From: iotku @ 2022-06-16 18:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iotku/void-packages master
https://github.com/void-linux/void-packages/pull/37586

sublime-text4: update license_checksum
#### Testing the changes
- I tested the changes in this PR: **YES**

Previously, the build would fail as the checksum of the license has changed. 

I'm not aware of any notice of changes to the text, so it's likely just a minor formatting change in the html which is being check-summed. Additionally, sublime-merge-bin (sublime-text's sister project) uses the same EULA and respective checksum as provided here.

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

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

From 6521a632bccd81f27b83cd86130c39ff902ff436 Mon Sep 17 00:00:00 2001
From: Jonathan A <me@iotku.pw>
Date: Thu, 16 Jun 2022 11:06:42 -0700
Subject: [PATCH] sublime-text4: update license_checksum

---
 srcpkgs/sublime-text4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sublime-text4/template b/srcpkgs/sublime-text4/template
index 8f3edc50ad74..e99798492daf 100644
--- a/srcpkgs/sublime-text4/template
+++ b/srcpkgs/sublime-text4/template
@@ -14,7 +14,7 @@ conflicts="sublime-text3"
 repository="nonfree"
 restricted=yes
 nopie=yes
-_license_checksum=33929b71625d13dacf2a0a5853171b9c04058f71e2955ee660b8d0f8dda45ed1
+_license_checksum=287d037b0ecedb68ae1e3138411d54b87172156effecd1987a5f85834aa26a24
 
 case "$XBPS_TARGET_MACHINE" in
 		x86_64)

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

end of thread, other threads:[~2022-06-18 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 20:43 [PR PATCH] sublime-text4: update license_checksum iotku
2022-06-16 21:37 ` classabbyamp
2022-06-17  4:47 ` classabbyamp
2022-06-18 23:34 ` [PR PATCH] [Closed]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2022-06-16 18:21 [PR PATCH] " iotku

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