From 29170afc033f292d352f7542cb8ae416543f5745 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Thu, 16 Feb 2023 17:50:22 +0100 Subject: [PATCH] hello-world-rust: Remove quotes around pkgver (MR 3874) [ci:skip-vercheck] [ci:skip-build] already successfully built in CI --- main/hello-world-rust/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/hello-world-rust/APKBUILD b/main/hello-world-rust/APKBUILD index 78fc1eb51..96f0cba00 100644 --- a/main/hello-world-rust/APKBUILD +++ b/main/hello-world-rust/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Oliver Smith pkgname=hello-world-rust -pkgver="0.1.1" +pkgver=0.1.1 pkgrel=0 pkgdesc="Small test program for (cross) compiling rust" url="https://gitlab.com/ollieparanoid/hello-world-rust/"