summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorst0n2022-07-17 21:37:21 +0800
committerst0n2022-07-17 21:37:21 +0800
commit81f500e5b6679732c742aed4e7fe7496b3df8211 (patch)
treef44d914ffcf8b061d199a24ec25f5a674c22e254
parent2c942f7ce7222c8791a2c2abdd091b4c016456c7 (diff)
downloadaur-81f500e5b6679732c742aed4e7fe7496b3df8211.tar.gz
bump to 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD4
3 files changed, 26 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbcd91b37cb..389f060eaa8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = go-musicfox-bin
pkgdesc = Command-line Netease Cloud Music written in Go.
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/anhoder/go-musicfox
arch = x86_64
license = MIT
- source = https://github.com/anhoder/go-musicfox/releases/download/v2.2.0/go-musicfox_2.2.0_linux_amd64.zip
+ source = https://github.com/anhoder/go-musicfox/releases/download/v2.2.1/go-musicfox_2.2.1_linux_amd64.zip
source = https://raw.githubusercontent.com/anhoder/go-musicfox/master/LICENSE
- sha256sums = c0c68d107af5ee216aac0ab52ad6bdfda924c87de3609802e4248079273df42c
+ sha256sums = 0d923511165cc082ea0ab5917f5e3f3853de9d0a8d5e99cba2e9a61384a9d352
sha256sums = 20535828272932407c2f5172aeb714ac7b374a34e5ecb1825af509f2902cde54
pkgname = go-musicfox-bin
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..293c59e320ae
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2015 - present Microsoft Corporation
+
+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. \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 221b1e602d65..60045a18143a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=go-musicfox-bin
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Command-line Netease Cloud Music written in Go.'
url='https://github.com/anhoder/go-musicfox'
@@ -14,5 +14,5 @@ package() {
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
}
-sha256sums=('c0c68d107af5ee216aac0ab52ad6bdfda924c87de3609802e4248079273df42c'
+sha256sums=('0d923511165cc082ea0ab5917f5e3f3853de9d0a8d5e99cba2e9a61384a9d352'
'20535828272932407c2f5172aeb714ac7b374a34e5ecb1825af509f2902cde54')