Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
age-plugin-tpm


Commits:
9cccb4a0 by Morten Linderud at 2026-01-24T22:22:19+01:00
upgpkg: 1.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = age-plugin-tpm
        pkgdesc = TPM plugin for age
-       pkgver = 1.0.0
+       pkgver = 1.0.1
        pkgrel = 1
        url = https://github.com/Foxboron/age-plugin-tpm
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = age-plugin-tpm
        makedepends = go
        makedepends = git
        depends = glibc
-       source = 
age-plugin-tpm-1.0.0.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v1.0.0.tar.gz
-       sha256sums = 
f26cc619c1b3eeeac17f764b23d11904c9ae8e8dcf85965dc0bf8cee8687154d
+       source = 
age-plugin-tpm-1.0.1.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v1.0.1.tar.gz
+       sha256sums = 
d12aababcdc9dad83c5c384161235a9a0b48123ff43db27394ee569f8f5eae5c
 
 pkgname = age-plugin-tpm


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <[email protected]>
 
 pkgname=age-plugin-tpm
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="TPM plugin for age"
 arch=("x86_64")
@@ -11,7 +11,7 @@ depends=("glibc")
 makedepends=("go" "git")
 checkdepends=("age")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Foxboron/$pkgname/archive/v${pkgver}.tar.gz";)
-sha256sums=('f26cc619c1b3eeeac17f764b23d11904c9ae8e8dcf85965dc0bf8cee8687154d')
+sha256sums=('d12aababcdc9dad83c5c384161235a9a0b48123ff43db27394ee569f8f5eae5c')
 
 build(){
     cd "${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@ build(){
         -buildmode=pie \
         -mod=readonly \
         -modcacherw \
-        -ldflags "-X main.Version=${pkgver} -linkmode external -extldflags 
\"${LDFLAGS}\"" \
+        -ldflags "-X main.version=${pkgver} -linkmode external -extldflags 
\"${LDFLAGS}\"" \
         -o . ./...
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/9cccb4a016286224f573fa7b333f33fa99bbc946

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/9cccb4a016286224f573fa7b333f33fa99bbc946
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to