Skip to content

Commit

Permalink
v1.5.0 released 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed May 20, 2024
1 parent a3b4075 commit 180b033
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ body:
label: Software version
description: What version of our software are you running?
options:
- 1.5
- 1.4
- 1.3
- 1.2
Expand Down
4 changes: 2 additions & 2 deletions dist/linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=e2-sat-editor
pkgdesc="Satellite channel lists editor: Enigma2, Neutrino, dreambox"
pkgver=1.4.0
pkgver=1.5.0
pkgrel=1
arch=('any')
url="https://github.com/ctlcltd/e2-sat-editor"
Expand All @@ -14,7 +14,7 @@ provides=('e2-sat-editor')
conflicts=('e2-sat-editor')

source=("$pkgname-$pkgver.tar.gz::https://github.com/ctlcltd/e2-sat-editor/archive/v$pkgver.tar.gz")
sha256sums=('4c8cd28348054a757805b9bf8df27699feb3697191d31d02b512bc500e6f6421')
sha256sums=('7fecaa043c36052dbffa50ec7e0fff558bdc26e4de9fd01067c49bb812eff5fc')

build() {
cd "$srcdir/$pkgname-$pkgver/src"
Expand Down
4 changes: 2 additions & 2 deletions dist/linux/io.github.ctlcltd.e2se.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ modules:
sources:
- type: git
url: https://github.com/ctlcltd/e2-sat-editor.git
tag: v1.4.0
commit: 92d86096e9f95522628940c55389c4624f9def10
tag: v1.5.0
commit: a3b4075a6f39db77e359bdbab2398a83900d65e0
4 changes: 2 additions & 2 deletions dist/linux/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: e2-sat-editor
version: '1.4.0'
version: '1.5.0'
summary: 'Satellite channel lists editor: Enigma2, Neutrino, dreambox'
title: e2 SAT Editor
license: GPL-3.0-or-later
Expand All @@ -12,7 +12,7 @@ parts:
plugin: cmake
source-type: git
source: https://github.com/ctlcltd/e2-sat-editor.git
source-commit: 92d86096e9f95522628940c55389c4624f9def10
source-commit: a3b4075a6f39db77e359bdbab2398a83900d65e0
source-subdir: src
cmake-generator: Ninja
cmake-parameters:
Expand Down

0 comments on commit 180b033

Please sign in to comment.