summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2024-01-21 18:00:03 +0100
committerOrkenWhite2024-01-21 18:00:03 +0100
commitc677d59f9692bfec391f9b74e1120a021c0ad48c (patch)
treec562f1ae42d3587d3b560c3f7f3ac5bf7b5c7fc0
parent036106461a1032d765d414b5801034fe8a825be5 (diff)
downloadaur-c677d59f9692bfec391f9b74e1120a021c0ad48c.tar.gz
Update to 1.20.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66882454d3f4..a1ae16a67c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = Lightweight YouTube client using the LCL toolkit
- pkgver = 1.20.0
+ pkgver = 1.20.1
pkgrel = 1
url = http://oscomp.hu
install = ytfe.install
@@ -20,9 +20,9 @@ pkgbase = ytfe
sha256sums = 1538efd4ad69915c36a12e48b2fb67606983d8dd38811726640952d6a3c03149
sha256sums = 44bc1c569ae7829e65bc5ec3525ad260a2dc64d340da0f9912c4395552134eae
sha256sums = bf8e1295602992c618eacbc43a36c201293c8a159f49dd42a724c72f5e8a5267
- source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.20.0/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = 3f3f44e214598a937ba7342115b01054b5f5bf948f425038a8f2f02b4dca3b4b
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.20.0/ytfe_linux_i686.xz
- sha256sums_i686 = 7140dd08da43993bb85c3656bfc99d5e8233dc0185221e1ef9893471451fda8d
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.20.1/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = e9b1e4cd9560857998c336a7383caee837daf1bd5e4f49c8abe4c9f28e92256b
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.20.1/ytfe_linux_i686.xz
+ sha256sums_i686 = 6a06524f21a7117d38627767c8668799de8a4671d8465061c059a33f07375a00
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index 3d8c4dc6eeed..adde336ad8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc="Lightweight YouTube client using the LCL toolkit"
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ source=('http://oscomp.hu/depot/ytfe.png' 'http://oscomp.hu/depot/edl-preloader.
source_x86_64=("http://oscomp.hu/depot/ytfe_direct/$pkgver/ytfe_linux_x86_64.xz")
source_i686=("http://oscomp.hu/depot/ytfe_direct/$pkgver/ytfe_linux_i686.xz")
sha256sums=( '29220d99cb0e33675e2d349a023eea0877a3befefc61b19f4d901db29f7d1698' '1538efd4ad69915c36a12e48b2fb67606983d8dd38811726640952d6a3c03149' '44bc1c569ae7829e65bc5ec3525ad260a2dc64d340da0f9912c4395552134eae' 'bf8e1295602992c618eacbc43a36c201293c8a159f49dd42a724c72f5e8a5267')
-sha256sums_x86_64=('3f3f44e214598a937ba7342115b01054b5f5bf948f425038a8f2f02b4dca3b4b')
-sha256sums_i686=('7140dd08da43993bb85c3656bfc99d5e8233dc0185221e1ef9893471451fda8d')
+sha256sums_x86_64=('e9b1e4cd9560857998c336a7383caee837daf1bd5e4f49c8abe4c9f28e92256b')
+sha256sums_i686=('6a06524f21a7117d38627767c8668799de8a4671d8465061c059a33f07375a00')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')