summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-02-02Bump version from 1.2.0 → 1.2.1Stefans Mezulis
# diff --git a/.SRCINFO b/.SRCINFO # index c5b0d1c..1383ae8 100644 # --- a/.SRCINFO # +++ b/.SRCINFO # @@ -1,13 +1,13 @@ # pkgbase = pipes.c # pkgdesc = Small application to mimic the "pipes" screensaver in a terminal window # - pkgver = 1.2.0 # + pkgver = 1.2.1 # pkgrel = 1 # url = https://github.com/pipeseroni/pipes.c # arch = x86_64 # license = GPL3 # depends = ncurses # - source = https://github.com/pipeseroni/pipes.c/releases/download/v1.2.0/pipes-c-1.2.0.tar.gz # - sha256sums = b5d7a2bf41089ac86a63011ed9c7c2a178ebfd65651f83d333e7dc6107a85ec6 # + source = https://github.com/pipeseroni/pipes.c/releases/download/v1.2.1/pipes-c-1.2.1.tar.gz # + sha256sums = a9d662280c01de4e7471191b77324674f2e3a736050d4590a2e406573f4f8701 # # pkgname = pipes.c # # diff --git a/PKGBUILD b/PKGBUILD # index 43509f1..88d2908 100644 # --- a/PKGBUILD # +++ b/PKGBUILD # @@ -1,6 +1,6 @@ # # Maintainer: Stefans Mezulis <stefans.mezulis@gmail.com> # pkgname=pipes.c # -pkgver=1.2.0 # +pkgver=1.2.1 # pkgrel=1 # pkgdesc='Small application to mimic the "pipes" screensaver in a terminal window' # arch=('x86_64') # @@ -19,7 +19,7 @@ install= # changelog= # source=("https://github.com/pipeseroni/$pkgname/releases/download/v$pkgver/${pkgname//./-}-$pkgver.tar.gz") # noextract=() # -sha256sums=('b5d7a2bf41089ac86a63011ed9c7c2a178ebfd65651f83d333e7dc6107a85ec6') # +sha256sums=('a9d662280c01de4e7471191b77324674f2e3a736050d4590a2e406573f4f8701') # # build() { # cd "${pkgname//./-}-$pkgver"
2018-06-24Bump version from 1.0.0 → 1.2.0Stefans Mezulis
2018-04-07Add maintainer to PKGBUILDStefans Mezulis
2018-04-07Use sha256sums rather than md5sumsStefans Mezulis
2018-03-29initial commitYu-Jie Lin