summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ad187fe88f..0b59a7b489a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = demoneditor-bin
pkgdesc = Enigma2 channel and satellite list editor.
- pkgver = 3.8.0
+ pkgver = 3.9.1
pkgrel = 1
url = https://dyefremov.github.io/DemonEditor/
arch = any
@@ -11,9 +11,9 @@ pkgbase = demoneditor-bin
depends = python-requests
optdepends = python-pillow
optdepends = python-chardet
- source = https://github.com/DYefremov/DemonEditor/releases/download/3.8.0-b1/DemonEditor-3.8.0-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.8.0-b1/LICENSE
- sha256sums = c056f1dce23621dba0b816d2c7307ed7ba7960937b7cfd4ea169d5aa5d27e556
+ source = https://github.com/DYefremov/DemonEditor/releases/download/3.9.1-b1/DemonEditor-3.9.1-Beta.deb
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/3.9.1-b1/LICENSE
+ sha256sums = 78760a6fd97cf923f02dc03f960f7dc514cf85a22273a82e8771a79c45f389d1
sha256sums = 2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6
pkgname = demoneditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index daac3fa2f93e..cdcc2dae9f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor
pkgname=demoneditor-bin
-pkgver=3.8.0
+pkgver=3.9.1
pkgrel=1
pkgdesc="Enigma2 channel and satellite list editor."
url="https://dyefremov.github.io/DemonEditor/"
@@ -13,7 +13,7 @@ source=(
"https://github.com/DYefremov/$_pkgname/releases/download/$pkgver-b$pkgrel/$_pkgname-$pkgver-Beta.deb"
"https://raw.githubusercontent.com/DYefremov/DemonEditor/$pkgver-b$pkgrel/LICENSE"
)
-sha256sums=('c056f1dce23621dba0b816d2c7307ed7ba7960937b7cfd4ea169d5aa5d27e556'
+sha256sums=('78760a6fd97cf923f02dc03f960f7dc514cf85a22273a82e8771a79c45f389d1'
'2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6')
prepare() {