summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-29 05:44:16 +0300
committerDimitris Kiziridis2020-09-29 05:44:16 +0300
commitf1e409816b7a7fa8cb40b374ce0ceea8c0e63000 (patch)
tree91c46bd95019f0f43e4d40927e9138f8ad29cec9
parent8c4a08d0696a64e8cf4899ab6e73724e28aa3556 (diff)
downloadaur-f1e409816b7a7fa8cb40b374ce0ceea8c0e63000.tar.gz
Update to 1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01e595067a3..41849bb37727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = chyle-bin
pkgdesc = Changelog generator: use a git repository and various data sources and publish the result on external services
- pkgver = 1.9.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/antham/chyle
arch = x86_64
license = MIT
depends = glibc
provides = chyle
- source = chyle-bin-1.9.0::https://github.com/antham/chyle/releases/download/v1.9.0/chyle_linux_amd64
+ source = chyle-bin-1.11.0::https://github.com/antham/chyle/releases/download/v1.11.0/chyle_linux_amd64
source = LICENSE::https://raw.githubusercontent.com/antham/chyle/master/LICENSE.txt
- sha256sums = 38f6ca88af59ddffeaa31f135f56277d7a916a7beaec2a8a819f1439d23de3d3
+ sha256sums = eedaac488efe473f8437d412be67dc8eb0b991f791e0faf7df9ee23f6e0724ff
sha256sums = 74d52f9acb64851447fbb6618cdb58a693ca07c9bfec17076e415f752c81cffa
pkgname = chyle-bin
diff --git a/PKGBUILD b/PKGBUILD
index 402e83bccc4b..8c15c7651cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=chyle-bin
-pkgver=1.9.0
+pkgver=1.11.0
pkgrel=1
provides=('chyle')
pkgdesc="Changelog generator: use a git repository and various data sources and publish the result on external services"
@@ -11,10 +11,10 @@ license=('MIT')
depends=('glibc')
source=("${pkgname}-${pkgver}::${url}/releases/download/v${pkgver}/chyle_linux_amd64"
'LICENSE::https://raw.githubusercontent.com/antham/chyle/master/LICENSE.txt')
-sha256sums=('38f6ca88af59ddffeaa31f135f56277d7a916a7beaec2a8a819f1439d23de3d3'
- '74d52f9acb64851447fbb6618cdb58a693ca07c9bfec17076e415f752c81cffa')
+sha256sums=('eedaac488efe473f8437d412be67dc8eb0b991f791e0faf7df9ee23f6e0724ff'
+ '74d52f9acb64851447fbb6618cdb58a693ca07c9bfec17076e415f752c81cffa')
package() {
install -Dm755 "${srcdir}"/${pkgname}-${pkgver} "${pkgdir}/usr/bin/chyle"
install -Dm644 "${srcdir}"/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-} \ No newline at end of file
+}