summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrkenWhite2021-12-23 22:00:03 +0100
committerOrkenWhite2021-12-23 22:00:03 +0100
commitbdaf24a68eadfd46f2e4977251430d9bf19a7f57 (patch)
treedc4c852a6105384353bb406779b1c901987965ff
parentc948fd1a9b8b341065b53d383c589fd4df6fab2a (diff)
downloadaur-bdaf24a68eadfd46f2e4977251430d9bf19a7f57.tar.gz
Update to 1.12.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c0531b65b3..9a6feabd36a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytfe
pkgdesc = YouTube frontend
- pkgver = 1.11.1
+ pkgver = 1.12.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.11.1/ytfe_linux_x86_64.xz
- sha256sums_x86_64 = e732f619eda762fa0501fd941a1f3fddd09b18e27d5da0291ddf7b91bf581545
- source_i686 = http://oscomp.hu/depot/ytfe_direct/1.11.1/ytfe_linux_i686.xz
- sha256sums_i686 = 26031bd2e98dc37598d977fdc9c1c1d4e0e1921a0060e19705059ed7844ca872
+ source_x86_64 = http://oscomp.hu/depot/ytfe_direct/1.12.0/ytfe_linux_x86_64.xz
+ sha256sums_x86_64 = bdc1e0292dea8bf672dd9b093c7c714884a7ce192e0095e912f5280b062671ae
+ source_i686 = http://oscomp.hu/depot/ytfe_direct/1.12.0/ytfe_linux_i686.xz
+ sha256sums_i686 = 04cd119e8b9db1f5744cad3b4e77b6ed383ce5e494147b03fbc32511983da9a0
pkgname = ytfe
diff --git a/PKGBUILD b/PKGBUILD
index d8bcb3415dff..634c2ea85bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=ytfe
-pkgver=1.11.1
+pkgver=1.12.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=('e732f619eda762fa0501fd941a1f3fddd09b18e27d5da0291ddf7b91bf581545')
-sha256sums_i686=('26031bd2e98dc37598d977fdc9c1c1d4e0e1921a0060e19705059ed7844ca872')
+sha256sums_x86_64=('bdc1e0292dea8bf672dd9b093c7c714884a7ce192e0095e912f5280b062671ae')
+sha256sums_i686=('04cd119e8b9db1f5744cad3b4e77b6ed383ce5e494147b03fbc32511983da9a0')
optdepends=('youtube-dl: default downloader'
'mpv: default player'
'vlc: compatible video player')