We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557403 commit ce39314Copy full SHA for ce39314
srcpkgs/websocat/template
@@ -1,7 +1,7 @@
1
# Template file for 'websocat'
2
pkgname=websocat
3
-version=1.13.0
4
-revision=2
+version=1.14.1
+revision=1
5
build_style=cargo
6
hostmakedepends="pkg-config"
7
makedepends="openssl-devel"
@@ -11,11 +11,7 @@ license="MIT"
11
homepage="https://github.com/vi/websocat"
12
changelog="https://raw.githubusercontent.com/vi/websocat/master/CHANGELOG.md"
13
distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz"
14
-checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7
15
-
16
-post_patch() {
17
- cargo update --package traitobject@0.1.0 --precise 0.1.1
18
-}
+checksum=5c976c535800ca635b72839fe49d0fe4ad2479db8744c5a00f0cf911e4832e2d
19
20
post_install() {
21
vlicense LICENSE
0 commit comments