We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1785acd commit 730a698Copy full SHA for 730a698
1 file changed
srcpkgs/c/template
@@ -1,14 +1,15 @@
1
# Template file for 'c'
2
pkgname=c
3
-version=0.14
4
-revision=2
+version=0.15.1
+revision=1
5
depends="bash"
6
short_desc="Compile and execute C scripts in one go!"
7
maintainer="Orphaned <orphan@voidlinux.org>"
8
license="MIT"
9
homepage="https://github.com/ryanmjacobs/c"
10
+changelog="https://github.com/ryanmjacobs/c/releases"
11
distfiles="https://github.com/ryanmjacobs/c/archive/v${version}.tar.gz"
-checksum=2b66d79d0d5c60b8e6760dac734b8ec9a7d6a5e57f033b97086821b1985a870b
12
+checksum=ecfad78cb0ab56da44dcfed805f5c261ddefd6dc4a4e57eb2dcfcffa85330605
13
14
do_install() {
15
vbin c
0 commit comments