summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2024-01-22 21:00:03 +0100
committerOrkenWhite2024-01-22 21:00:03 +0100
commit59f3d25f4574341497139c8377cd0339430a6b57 (patch)
treeead488c9fa832d53371b7640b7fa94dd5e4e7d05
parentc677d59f9692bfec391f9b74e1120a021c0ad48c (diff)
downloadaur-59f3d25f4574341497139c8377cd0339430a6b57.tar.gz
Update to 1.20.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ae16a67c4b..71ae9d87bd97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = Lightweight YouTube client using the LCL toolkit
- pkgver = 1.20.1
+ pkgver = 1.20.2
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.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
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.20.2/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = 30f20b64af6681a31f4298a0fe9808408d5d750592669de774ad2732d95a38b2
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.20.2/ytfe_linux_i686.xz
+ sha256sums_i686 = 75c92da8e9088f9f7b055e2e2a6acf95a41334400aef0c8c10f1c8cc5db2f670
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index adde336ad8b6..6f48f8e270ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.20.1
+pkgver=1.20.2
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=('e9b1e4cd9560857998c336a7383caee837daf1bd5e4f49c8abe4c9f28e92256b')
-sha256sums_i686=('6a06524f21a7117d38627767c8668799de8a4671d8465061c059a33f07375a00')
+sha256sums_x86_64=('30f20b64af6681a31f4298a0fe9808408d5d750592669de774ad2732d95a38b2')
+sha256sums_i686=('75c92da8e9088f9f7b055e2e2a6acf95a41334400aef0c8c10f1c8cc5db2f670')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')