diff options
author | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
commit | 0f80c03df466ae1dd2c773ddd487e0167903d8fe (patch) | |
tree | 8ea46262db62337cb19ca6f65149c9b786ca4a22 /scite | |
parent | 207b65a20f61c16833ad7bf6d7f4c4ee79247538 (diff) | |
download | opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.gz opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.xz |
move several https: to https: URLs
Diffstat (limited to 'scite')
-rw-r--r-- | scite/.signature | 4 | ||||
-rw-r--r-- | scite/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scite/.signature b/scite/.signature index 12dd172bc..90cae5a70 100644 --- a/scite/.signature +++ b/scite/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RjnCC6ZzShyWYOVmcAylfYYw+HM0JijaQ1iSE+0XDgU/zcn32iusLm/3YrWQOSHlJ0eKMQcEu7gQjECc+t7bwE= -SHA256 (Pkgfile) = 4ae4d720d29d70af938b0b02f872ebce5994391d4dad0e6c6c6ab35d61ba5c63 +RWSE3ohX2g5d/WJbKOGu8tfHV1eWC9qMHJGRI1vJvwJlnT+/hb+Gcb2GTJN9SuDm91pJShF7AB+AeS6yOBTDEFcBiJHT9irZiAk= +SHA256 (Pkgfile) = d65ae70bcf5466edb1ffe71c8741a5af9eac12bb23e2e9321a3411c5fc37db0c SHA256 (.footprint) = 844f2ee66ae14f4d98ab6dfa9fb4e2c2be180a24011517218650fbcededbc491 SHA256 (scite443.tgz) = 05e53ccb1219753b9c73b0c1b83b6e2868a8c0c91d8785db2a5f8f9c41ed7d3f diff --git a/scite/Pkgfile b/scite/Pkgfile index 869eca89a..6ce5c12ce 100644 --- a/scite/Pkgfile +++ b/scite/Pkgfile @@ -1,12 +1,12 @@ # Description: Editor based on the Scintilla editing component -# URL: http://www.scintilla.org/ +# URL: https://www.scintilla.org/ # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: gtk3 name=scite version=4.4.3 release=1 -source=(http://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz) +source=(https://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz) build () { export GTK3=1 |