diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template index 0b07235208a..7db23fad88b 100644 --- a/srcpkgs/peshming/template +++ b/srcpkgs/peshming/template @@ -1,6 +1,6 @@ # Template file for 'peshming' pkgname=peshming -version=0.5.0 +version=0.5.1 revision=1 wrksrc="peshming" build_style=cargo @@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage " license="AGPL-3.0-only" homepage="https://git.jcg.re/jcgruenhage/peshming" distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz" -checksum=9b737124e38d4dc6ac91f0e8bc07aab4d5acbbb019c544feb1aa92d6ab0ea8c5 +checksum=b7b2999dbb75eb8915244cd7959a8f38f3e00f7f6e38f6c406a4d5e44aa372b4 case "$XBPS_TARGET_MACHINE" in ppc64*) ;; diff --git a/srcpkgs/peshming/update b/srcpkgs/peshming/update new file mode 100644 index 00000000000..b0e92186394 --- /dev/null +++ b/srcpkgs/peshming/update @@ -0,0 +1,2 @@ +site=https://git.jcg.re/jcgruenhage/peshming/tags +pattern='v\K\d.\d.\d(?=)'