upgpkg: listmonk-bin 1.1.0-1
authorCaleb Maclennan <caleb@alerque.com>
Wed, 9 Jun 2021 15:08:52 +0000 (18:08 +0300)
committerCaleb Maclennan <caleb@alerque.com>
Wed, 9 Jun 2021 15:08:52 +0000 (18:08 +0300)
upstream release

.SRCINFO
PKGBUILD
index 5419481fa1c47f985937c09d68671c5ea7a0c9dc..4b7c1cef98a9fd428e25bd75794fc7b10af1368a 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = listmonk-bin
        pkgdesc = Self-hosted newsletter and mailing list manager with a modern dashboard
-       pkgver = 1.0.0
+       pkgver = 1.1.0
        pkgrel = 1
        url = https://listmonk.app
        install = listmonk.install
@@ -11,14 +11,13 @@ pkgbase = listmonk-bin
        conflicts = listmonk
        options = !strip
        backup = etc/listmonk/config.toml
-       source = https://github.com/knadh/listmonk/releases/download/v1.0.0/listmonk_1.0.0_linux_amd64.tar.gz
-       source = listmonk-1.0.0.toml::https://raw.githubusercontent.com/knadh/listmonk/v1.0.0/config.toml.sample
+       source = https://github.com/knadh/listmonk/releases/download/v1.1.0/listmonk_1.1.0_linux_amd64.tar.gz
+       source = listmonk-1.1.0.toml::https://raw.githubusercontent.com/knadh/listmonk/v1.1.0/config.toml.sample
        source = listmonk.conf
        source = listmonk.service
-       sha256sums = 7e8ff7d5e351155142382820b5014451da208c4cc7a5dde9d163cd999287057f
+       sha256sums = a636db46fae70ee3847324e26cb7ddbbd2158d2986aac830762b12097bf0d9a6
        sha256sums = b0fbe305ff7c55328cdc2f0b96bb18e7ea393276a1821bc5fba43f9072474f38
        sha256sums = 5cfc186438df2408ed88a5bec3a9a4b5f2afb0d3aec41c4cc63b2f5eb810b3cb
        sha256sums = 809ede70c932183889b2fa567b340fb82cce1ada76c7b0a0b9efb82b87c92fa0
 
 pkgname = listmonk-bin
-
index e11274fe2fe329dce1293efdc456e6fe5f5e0d39..de2bab3b8f6ff29646ec8f619f032db227a60f13 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=listmonk-bin
 _pkgname=${pkgname%-bin}
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Self-hosted newsletter and mailing list manager with a modern dashboard'
 arch=(x86_64)
@@ -15,10 +15,10 @@ backup=(etc/listmonk/config.toml)
 options=('!strip')
 install=$_pkgname.install
 source=("https://github.com/knadh/$_pkgname/releases/download/v$pkgver/${_pkgname}_${pkgver}_linux_amd64.tar.gz"
-               "$_pkgname-$pkgver.toml::https://raw.githubusercontent.com/knadh/$_pkgname/v$pkgver/config.toml.sample"
+        "$_pkgname-$pkgver.toml::https://raw.githubusercontent.com/knadh/$_pkgname/v$pkgver/config.toml.sample"
         "$_pkgname.conf"
         "$_pkgname.service")
-sha256sums=('7e8ff7d5e351155142382820b5014451da208c4cc7a5dde9d163cd999287057f'
+sha256sums=('a636db46fae70ee3847324e26cb7ddbbd2158d2986aac830762b12097bf0d9a6'
             'b0fbe305ff7c55328cdc2f0b96bb18e7ea393276a1821bc5fba43f9072474f38'
             '5cfc186438df2408ed88a5bec3a9a4b5f2afb0d3aec41c4cc63b2f5eb810b3cb'
             '809ede70c932183889b2fa567b340fb82cce1ada76c7b0a0b9efb82b87c92fa0')