summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2022-08-24 15:00:02 +0200
committerOrkenWhite2022-08-24 15:00:02 +0200
commitdccc3a4e82950e4816460c577cec1514f92ee6ee (patch)
tree2cb8ee0a3aa63c4e182522d182dac557b85ffaaf
parent416207e8500dcb5ce11fa577ca8ac5bb5be211f1 (diff)
downloadaur-dccc3a4e82950e4816460c577cec1514f92ee6ee.tar.gz
Update to 1.17.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e722b3165f3c..5eba82071a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = YouTube frontend
- pkgver = 1.16.0
+ pkgver = 1.17.0
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.16.0/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = f75f9f7d0479b78c60376c4c4af0e3b63e6b9dad83a465cb791e1f9edbcd806a
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.16.0/ytfe_linux_i686.xz
- sha256sums_i686 = d8ccb93f16a975fdf912779b16c01fe30dcbd4c7df2c1d43415a14ead3ee2bb8
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.17.0/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = 6c6c1158a7436c5e74ed3f997586bb6cb6cfca22fc9dd38f37e88d9c908d24f4
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.17.0/ytfe_linux_i686.xz
+ sha256sums_i686 = 9c038f70fc502f128c6e1a4b1e315136b173ea69a59a7a1ec26bf3c97ecd48d6
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index 204e860a459d..2b3e78b8aa4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc="YouTube frontend"
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=('f75f9f7d0479b78c60376c4c4af0e3b63e6b9dad83a465cb791e1f9edbcd806a')
-sha256sums_i686=('d8ccb93f16a975fdf912779b16c01fe30dcbd4c7df2c1d43415a14ead3ee2bb8')
+sha256sums_x86_64=('6c6c1158a7436c5e74ed3f997586bb6cb6cfca22fc9dd38f37e88d9c908d24f4')
+sha256sums_i686=('9c038f70fc502f128c6e1a4b1e315136b173ea69a59a7a1ec26bf3c97ecd48d6')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')