summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2022-03-16 18:24:53 +0100
committerThomas Lange2022-03-16 18:24:53 +0100
commite049ed78521b56d66bb48d2c220231f13e572089 (patch)
treecb5cc34484d20d1ef2aa1ed0e2557f9b1bc950a7
parent1c7efcc319b1cb32a5315d381005f67f5bd41a44 (diff)
downloadaur-e049ed78521b56d66bb48d2c220231f13e572089.tar.gz
Use https for git
See also: https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42639b2e69c5..4f3f3b093bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumble-git
pkgdesc = An Open Source, low-latency, high quality voice chat software (git version)
- pkgver = 1.4.0.development.snapshot.006.r549.g7b55ed7ef
+ pkgver = 1.4.0.development.snapshot.006.r560.g681d0018d
pkgrel = 1
epoch = 1
url = https://www.mumble.info
@@ -42,10 +42,10 @@ pkgbase = mumble-git
optdepends = pipewire: PipeWire audio support
provides = mumble
conflicts = mumble
- source = git://github.com/mumble-voip/mumble.git
- source = git://github.com/mumble-voip/celt-0.7.0.git
- source = git://github.com/mumble-voip/opus.git
- source = git://github.com/mumble-voip/speex.git
+ source = git+https://github.com/mumble-voip/mumble.git
+ source = git+https://github.com/mumble-voip/celt-0.7.0.git
+ source = git+https://github.com/mumble-voip/opus.git
+ source = git+https://github.com/mumble-voip/speex.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e3f8a10d8b7..6126ea4e39d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=mumble
pkgname="$_pkgname-git"
-pkgver=1.4.0.development.snapshot.006.r549.g7b55ed7ef
+pkgver=1.4.0.development.snapshot.006.r560.g681d0018d
pkgrel=1
epoch=1
pkgdesc='An Open Source, low-latency, high quality voice chat software (git version)'
@@ -25,10 +25,10 @@ optdepends=('speech-dispatcher: Text-to-Speech support'
'pipewire: PipeWire audio support')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=('git://github.com/mumble-voip/mumble.git'
- 'git://github.com/mumble-voip/celt-0.7.0.git'
- 'git://github.com/mumble-voip/opus.git'
- 'git://github.com/mumble-voip/speex.git')
+source=('git+https://github.com/mumble-voip/mumble.git'
+ 'git+https://github.com/mumble-voip/celt-0.7.0.git'
+ 'git+https://github.com/mumble-voip/opus.git'
+ 'git+https://github.com/mumble-voip/speex.git')
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {