summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2019-09-11 21:22:43 +0300
committerKirill Goncharov2019-09-11 21:27:25 +0300
commitb702183d2d8a84ac0aa84053c94dcb18937a5099 (patch)
treef1944895e89939c1d4a9d126c4551ef13e6cc6eb
parentd92b8cd4a6da54f3f235c68bb380235d33d7173d (diff)
downloadaur-b702183d2d8a84ac0aa84053c94dcb18937a5099.tar.gz
Update license file
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--LICENSE.md21
-rw-r--r--PKGBUILD6
4 files changed, 8 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ddf4df893d..aeda0a651646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Privacy focused, ZeroLink compliant Bitcoin wallet
pkgver = 1.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://wasabiwallet.io/
arch = x86_64
license = MIT
@@ -14,11 +14,11 @@ pkgbase = wasabi-wallet-bin
options = staticlibs
source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.7/Wasabi-1.1.7.deb
source = https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.7/Wasabi-1.1.7.deb.asc
- source = LICENSE.md
- validpgpkeys = 21D7CA45565DBCCEBE45115DB4B72266C47E075E
+ source = https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v1.1.7/LICENSE.md
+ validpgpkeys = 6FB3872B5D42292F59920797856348328949861E
sha256sums = 1d1eafdd68bf0e1aa75e763a56b68b77d2bf384b49b6fb3bb20f3629c7d86629
sha256sums = SKIP
- sha256sums = 986ee8b1139dbe8405801baf1081d075b53728fd5c57dd31885cf4ddbe5d8f68
+ sha256sums = 6a9baff873bf6e94c289047810e5c6954657cba1c5d46925691a9c2d3872ced0
pkgname = wasabi-wallet-bin
diff --git a/.gitignore b/.gitignore
index 314ad7a58533..d0daae350cf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ src
pkg
*.tar.*
*.deb*
+LICENSE.md
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index f6c12289ade3..000000000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2018 zkSNACKs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 61f670e4053c..4491293caef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wasabi-wallet-bin
_pkgname=wasabi-wallet
pkgver=1.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Privacy focused, ZeroLink compliant Bitcoin wallet"
arch=('x86_64')
options=(!strip staticlibs)
@@ -14,11 +14,11 @@ conflicts=('wasabi-wallet')
source=(
"https://github.com/zkSNACKs/WalletWasabi/releases/download/v${pkgver}/Wasabi-${pkgver}.deb"
"https://github.com/zkSNACKs/WalletWasabi/releases/download/v${pkgver}/Wasabi-${pkgver}.deb.asc"
- "LICENSE.md"
+ "https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/v${pkgver}/LICENSE.md"
)
sha256sums=('1d1eafdd68bf0e1aa75e763a56b68b77d2bf384b49b6fb3bb20f3629c7d86629'
'SKIP'
- '986ee8b1139dbe8405801baf1081d075b53728fd5c57dd31885cf4ddbe5d8f68')
+ '6a9baff873bf6e94c289047810e5c6954657cba1c5d46925691a9c2d3872ced0')
# Run curl https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/master/PGP.txt | gpg --import
validpgpkeys=('6FB3872B5D42292F59920797856348328949861E')