summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Burgos2023-12-06 09:33:17 -0600
committerSantiago Burgos2023-12-06 09:33:17 -0600
commit6ba54418b06f17295ef1f3ce6f994a6f7fe6aef4 (patch)
treec14983de347c3ac1c9797a3cd92df83ebb7649be
parent70386a3281c7dfb4cceba44b6dc4b1b3d37f63a6 (diff)
downloadaur-6ba54418b06f17295ef1f3ce6f994a6f7fe6aef4.tar.gz
updated to version 4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6cdf348cd18..b758525fc076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 4.1
+ pkgver = 4.2
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -17,7 +17,7 @@ pkgbase = hypnotix
depends = python-unidecode
depends = xapp
depends = yt-dlp
- source = hypnotix-4.1.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.1.tar.gz
- sha256sums = de4622459bbd04ae5bf6f96c00473c002eac47c92f89a9b47c5890ece9eb3bb3
+ source = hypnotix-4.2.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.2.tar.gz
+ sha256sums = edb9b72aca609ab861703cbb880fb778bc882264119337aaf4444e7de8648d3c
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index ba3fe9ac1d71..c678187a614e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=4.1
+pkgver=4.2
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
@@ -26,7 +26,7 @@ depends=(
'yt-dlp'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('de4622459bbd04ae5bf6f96c00473c002eac47c92f89a9b47c5890ece9eb3bb3')
+sha256sums=('edb9b72aca609ab861703cbb880fb778bc882264119337aaf4444e7de8648d3c')
prepare() {
cd "$pkgname-$pkgver"